Force CI to build with a specific version of .NET Core
This commit is contained in:
parent
de2bfe5162
commit
41fa69f665
|
|
@ -0,0 +1,3 @@
|
|||
Invoke-WebRequest -useb 'https://dot.net/v1/dotnet-install.ps1' -OutFile .\build\dotnet-install.ps1
|
||||
.\build\dotnet-install.ps1 -channel Current -version 2.1.3 -InstallDir dotnetsdk
|
||||
dotnet pack Blazor.sln
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "2.1.3"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue