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 77344cd commit 166dcd4Copy full SHA for 166dcd4
1 file changed
.github/workflows/windows.yml
@@ -43,10 +43,7 @@ jobs:
43
dotnet-version: '10.0.x'
44
- name: "Setup Environment"
45
shell: pwsh
46
- run: |
47
- echo "${{ steps.msys2.outputs.msys2-location }}\${{ matrix.variant.subsys }}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
48
- choco install windows-sdk-10.0 -y --version=10.0.22621.0
49
- choco install visualstudio2026-workload-universalbuildtools -y
+ run: echo "${{ steps.msys2.outputs.msys2-location }}\${{ matrix.variant.subsys }}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
50
- name: "Restore"
51
run: dotnet restore ${{ env.PROJECT_NAME }} --runtime win-${{ matrix.variant.arch }} /p:PublishReadyToRun=true
52
- name: "Publish"
0 commit comments