Skip to content

Commit

Permalink
Ensure release builds are clean
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Jan 15, 2023
1 parent 6d25f2c commit 25100ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ install:
.\scripts\Update-DotnetVersion.ps1
}
- ps: |
# Install the required .NET SDK
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
./dotnet-install.ps1 -JsonFile global.json -InstallDir 'C:\Program Files\dotnet'
# Remove the script so it doesn't "pollute" the build
Remove-Item -Path .\dotnet-install.ps1
- cmd: git submodule update --init --recursive
- cmd: |-
cd scripts
Expand Down

0 comments on commit 25100ec

Please sign in to comment.