From 0c3a486124cf47b98ecf7401cc780488daf47c9f Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Sun, 3 Dec 2023 22:21:46 -0500 Subject: [PATCH] jenkinswindows --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 94801dd..60b5a6d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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/*.*' } } }