From e4a4173bd438714d864dfdbb0c566fa33847ceac Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Wed, 14 Dec 2022 17:46:26 -0500 Subject: [PATCH] bump verison number i'm getting errors, but maybe jenkins will have better luck? --- Jenkinsfile | 1 + directors-assistant.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7dc5d0e..007e6ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { stages { stage('Build') { steps { + dotnetClean echo 'Building..' sh 'dotnet publish --configuration Release --output PUBLISH-linux --os linux' sh 'dotnet publish --configuration Release --output PUBLISH-windows --os windows' diff --git a/directors-assistant.csproj b/directors-assistant.csproj index efa5538..a01713b 100644 --- a/directors-assistant.csproj +++ b/directors-assistant.csproj @@ -12,7 +12,7 @@ - +