prova modifica jenkinsfile x pipeline
This commit is contained in:
Vendored
+7
-1
@@ -1,5 +1,11 @@
|
||||
#!groovy
|
||||
|
||||
node {
|
||||
echo 'Hello World'
|
||||
stage 'Checkout'
|
||||
checkout scm
|
||||
|
||||
stage 'Build'
|
||||
bat 'nuget restore GMW.sln'
|
||||
bat "\"${tool 'MSBuild'}\" GMW.sln /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=1.0.0.${env.BUILD_NUMBER}"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user