jenkinswindows
All checks were successful
gitea/directors-assistant/pipeline/head This commit looks good

This commit is contained in:
Adam R Grey 2023-12-03 22:21:46 -05:00
parent f1adf6b500
commit 0c3a486124

4
Jenkinsfile vendored
View File

@ -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/*.*'
} }
} }
} }