From 5994439f9ef1b5b3eaad931fe718cc1d4abaf4a9 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Wed, 30 Nov 2022 16:30:11 -0500 Subject: [PATCH] jenkins file, and let franz be owned by the greyn --- Jenkinsfile | 14 ++++++++++++++ directors-assistant.csproj | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..0049aff --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,14 @@ +pipeline { + agent any + tools { + dotnetsdk 'dotnet6' + } + stages { + stage('Build') { + steps { + echo 'Building..' + sh 'dotnet publish --configuration Release --output PUBLISH' + } + } + } +} \ No newline at end of file diff --git a/directors-assistant.csproj b/directors-assistant.csproj index a4ace44..65c2ff4 100644 --- a/directors-assistant.csproj +++ b/directors-assistant.csproj @@ -12,7 +12,7 @@ - +