We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6def2e1 commit 90814a7Copy full SHA for 90814a7
.github/workflows/build.yml
@@ -30,11 +30,11 @@ jobs:
30
token: ${{ secrets.REPO_ACCESS_TOKEN }}
31
- uses: actions/setup-dotnet@v4
32
with:
33
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
34
- name: Build Executables
35
shell: pwsh
36
run: |
37
- $startPath = Join-Path (Get-Location) 'src' 'bin' $env:BUILD 'net9.0'
+ $startPath = Join-Path (Get-Location) 'src' 'bin' $env:BUILD 'net10.0'
38
$artifactPath = Join-Path (Get-Location) 'artifacts'
39
if (!(Test-Path $artifactPath))
40
{
0 commit comments