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 a66ee19 commit 11db2e9Copy full SHA for 11db2e9
.github/workflows/ci.yml
@@ -32,6 +32,13 @@ jobs:
32
- uses: actions/checkout@v3
33
with:
34
fetch-depth: 0
35
+ - name: Setup .NET
36
+ uses: actions/setup-dotnet@v1
37
+ with:
38
+ dotnet-version: |
39
+ 6.x
40
+ 8.x
41
+ 9.x
42
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
43
uses: actions/cache@v3
44
build/Build.cs
@@ -21,7 +21,7 @@
21
[GitHubActions(
22
"ci",
23
GitHubActionsImage.WindowsLatest,
24
- AutoGenerate = true,
+ AutoGenerate = false,
25
FetchDepth = 0,
26
OnPushBranches = new[] { "main" },
27
OnPullRequestBranches = new[] { "main" },
0 commit comments