Skip to content

Commit

Permalink
Правки jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Ovsiankin committed Dec 8, 2020
1 parent 9bcec68 commit cf482f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ pipeline {
submoduleCfg: [],
userRemoteConfigs: [[url: 'https://github.com/EvilBeaver/OneScript.Web.git']]])

sh "dotnet build src/OneScript/OneScriptWeb.csproj -r \"linux-x64;win-x64\" /p:ReleaseNumber=${ReleaseNumber} -c Release -f netcoreapp3.1"
sh "dotnet build src/OneScript/OneScriptWeb.csproj -r linux-x64 /p:ReleaseNumber=${ReleaseNumber} -c Release -f netcoreapp3.1"
sh "dotnet build src/OneScript/OneScriptWeb.csproj -r win-x64 /p:ReleaseNumber=${ReleaseNumber} -c Release -f netcoreapp3.1"
sh '''
rm -rf testResults
dotnet test src/OneScriptWeb.Tests/OneScriptWeb.Tests.csproj \
Expand Down

0 comments on commit cf482f6

Please sign in to comment.