jenkinswindows
All checks were successful
gitea/directors-assistant/pipeline/head This commit looks good
All checks were successful
gitea/directors-assistant/pipeline/head This commit looks good
This commit is contained in:
parent
f1adf6b500
commit
0c3a486124
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -14,8 +14,8 @@ pipeline {
|
||||
}
|
||||
stage('windows') {
|
||||
steps {
|
||||
sh 'dotnet publish directors-assistant.csproj --configuration Release --os windows'
|
||||
archiveArtifacts artifacts: 'bin/Release/net7.0/windows-x64/publish/*.*'
|
||||
sh 'dotnet publish directors-assistant.csproj --configuration Release --os win'
|
||||
archiveArtifacts artifacts: 'bin/Release/net7.0/win-x64/publish/*.*'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user