generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: run tests on linux and windows (#233)
* chore: run tests on linux and windows * pr-fix: update with correct multiple var group * pr-fix: update with correct array def * pr-fix: update with correct array def * pr-fix: update with correct array def * pr-fix: update with correct array def * pr-fix: update with strategy in job * pr-fix: update with strategy in job * pr-fix: update with allow glober installing ps modules * pr-fix: update w correct vm image on build * pr-temp: check windows latest * pr-fix: don't use variable in strategy.matrix variable definition * pr-fix: update with `-AllowClobber` on installing dependent ps modules * pr-fix: update with cross-platform support * pr-fix: add integration account maps to integration test project * pr-fix: add sql files to integration test project and prepare for win supoort * pr-prop: runtime variable declaration * pr-fix: update release pipeline with runtime vars * pr-sug: remove try/catch for warming up sql connection * pr-fix: update with correct sql statement
- Loading branch information
1 parent
01a763e
commit 2b7e716
Showing
10 changed files
with
103 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
variables: | ||
DotNet.Sdk.Version: '2.2.105' | ||
Project: 'Arcus.Scripting' | ||
Vm.Image: 'ubuntu-latest' | ||
Vm.Linux.Image: 'ubuntu-latest' | ||
Vm.Windows.Image: 'windows-latest' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.