Skip to content

Commit

Permalink
Switched to windows images
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaeng committed Nov 18, 2023
1 parent 04f2703 commit 80e28a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Build.GitHubActions.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[GitHubActions(
"Format and test",
GitHubActionsImage.UbuntuLatest,
GitHubActionsImage.WindowsLatest,
InvokedTargets = new string[] { nameof(Format), nameof(Test), nameof(TestCoverage) },
OnPullRequestBranches = new string[] { "main", "dev" },
OnPushExcludePaths = new string [] { "docs/**" },
PublishArtifacts = true
)]
[GitHubActions(
"Publish",
GitHubActionsImage.UbuntuLatest,
GitHubActionsImage.WindowsLatest,
InvokedTargets = new string[] { nameof(Publish) },
OnPushBranches = new string[] { "main", "dev" },
OnPushExcludePaths = new string [] { "docs/**" },
PublishArtifacts = true
)]
[GitHubActions(
"Stryker test",
GitHubActionsImage.UbuntuLatest,
GitHubActionsImage.WindowsLatest,
InvokedTargets = new string[] { nameof(Stryker) },
OnPushBranches = new string[] { "dev" },
OnPushExcludePaths = new string [] { "docs/**" },
Expand Down

0 comments on commit 80e28a1

Please # to comment.