This commit is contained in:
Karol Górzyński 2020-12-04 19:20:24 +01:00
parent 08e886610e
commit 89fa6939ea
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -25,12 +25,11 @@ pipeline {
image 'mcr.microsoft.com/dotnet/sdk:5.0'
}
}
agent { docker {image 'node:12'}}
environment {
DOTNET_CLI_HOME = '/tmp/App'
}
stages {
stage('Build') {
stage('Build app') {
steps {
dir('SessionCompanion') {
sh 'dotnet build'