Skip to content

Commit

Permalink
use signed dotnet quality for nativeaot build
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Jan 6, 2025
1 parent 16d1746 commit 95b9763
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
Platform: ${{ matrix.platform }}
DOTNET_INSTALL_DIR: '.\.dotnet'
DOTNET_VERSION: '9.x'
DOTNET_QUALITY: 'ga'
DOTNET_QUALITY: 'signed'
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages

steps:
Expand Down
17 changes: 8 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@ for:
- cmd: >-
echo Init submodules
git submodule update --init --force --depth=20 --recursive --jobs=4
echo Install dotnet sdk
choco install dotnet-sdk --pre
dotnet --version
echo.
git submodule update --init --force --recursive --jobs=4
- ps: >-
Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
./dotnet-install.ps1 -Channel 9.0 -InstallDir "C:\Program Files\dotnet" -Quality signed -Verbose
RefreshEnv
dotnet --version
build_script:
- cmd: >-
Expand Down

0 comments on commit 95b9763

Please sign in to comment.