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 f0aafe1 commit 6a99e66Copy full SHA for 6a99e66
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
build:
17
18
- runs-on: ubuntu-24.04
+ runs-on: windows-latest
19
20
permissions:
21
contents: write
@@ -25,8 +25,9 @@ jobs:
25
- name: Setup
26
uses: actions/setup-dotnet@v4
27
with:
28
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
29
- name: Compute build number
30
+ shell: bash
31
run: |
32
echo "CI_BUILD_NUMBER=$(($CI_BUILD_NUMBER_BASE+130))" >> $GITHUB_ENV
33
- name: Build and Publish
@@ -37,4 +38,4 @@ jobs:
37
38
shell: pwsh
39
40
./Build.ps1
-
41
+
0 commit comments