Specify dotnet path to dotnet-install output

This commit is contained in:
J. Fronny 2021-02-03 21:31:56 +00:00
parent 94c0273304
commit 536b549114
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ uptool:
script: |
Invoke-WebRequest -Uri https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
Set-ExecutionPolicy Unrestricted -Scope Process
./dotnet-install.ps1 -Channel 5.0
dotnet build --verbosity:m -p:Configuration=Release
.\dotnet-install.ps1 -Channel 5.0
C:\Users\gitlab_runner\AppData\Local\Microsoft\dotnet\dotnet build --verbosity:m -p:Configuration=Release
cp ".\UpTool build tool\bin\Release\net5.0\package.zip" .\Tools.zip
& "C:\Program Files\7-Zip\7z" a .\Release.zip .\UpTool2\bin\Release\net5.0-windows\UpTool2.exe
& "C:\Program Files\7-Zip\7z" a .\Release.zip .\UpTool2\bin\Release\net5.0-windows\*.dll