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') {
|
stage('windows') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dotnet publish directors-assistant.csproj --configuration Release --os windows'
|
sh 'dotnet publish directors-assistant.csproj --configuration Release --os win'
|
||||||
archiveArtifacts artifacts: 'bin/Release/net7.0/windows-x64/publish/*.*'
|
archiveArtifacts artifacts: 'bin/Release/net7.0/win-x64/publish/*.*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user