From f19684964a07df82e642d74e457a7c26a9d6f07e Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Wed, 8 Mar 2023 17:30:10 -0500 Subject: [PATCH] dependency versions updated --- Jenkinsfile | 6 +++--- directors-assistant.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6bf9ac9..3c24f79 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any tools { - dotnetsdk 'dotnet6' + dotnetsdk 'dotnet7' } stages { stage('clean old'){ @@ -12,13 +12,13 @@ pipeline { stage('linux') { steps { sh 'dotnet publish --configuration Release --os linux' - archiveArtifacts artifacts: 'bin/Release/net6.0/linux-x64/publish/*.*' + archiveArtifacts artifacts: 'bin/Release/net7.0/linux-x64/publish/*.*' } } stage('windows') { steps { sh 'dotnet publish --configuration Release --os windows' - archiveArtifacts artifacts: 'bin/Release/net6.0/windows-x64/publish/*.*' + archiveArtifacts artifacts: 'bin/Release/net7.0/windows-x64/publish/*.*' } } } diff --git a/directors-assistant.csproj b/directors-assistant.csproj index 7befd60..72f4630 100644 --- a/directors-assistant.csproj +++ b/directors-assistant.csproj @@ -12,7 +12,7 @@ - +