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 @@ - +