We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163018c commit b29a954Copy full SHA for b29a954
build/Build.CI.GithubActions.cs
@@ -2,20 +2,20 @@
2
3
[GitHubActions(
4
"build",
5
- GitHubActionsImage.UbuntuLatest,
+ GitHubActionsImage.WindowsLatest,
6
On = new[] { GitHubActionsTrigger.Push },
7
InvokedTargets = new[] { nameof(Compile) }
8
)]
9
10
"pack",
11
12
On = new[] { GitHubActionsTrigger.WorkflowDispatch },
13
InvokedTargets = new[] { nameof(Pack) },
14
FetchDepth = 0
15
16
17
"publish",
18
19
20
InvokedTargets = new[] { nameof(Publish) },
21
0 commit comments