You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.100' -InstallDir "$env:ProgramFiles\dotnet" # until it is available in the build agent image (https://github.com/appveyor/ci/issues/3984)
before_build:
- appveyor-retry dotnet restore -v Minimal
- cmd: dotnet --version ## Verify that the correct .NET SDK version is being used