|
|
@ -11,6 +11,10 @@ node("Windows") { |
|
|
|
git branch: env.BRANCH_NAME, credentialsId: 'Ionite', url: "https://github.com/${author}/${repoName}.git" |
|
|
|
git branch: env.BRANCH_NAME, credentialsId: 'Ionite', url: "https://github.com/${author}/${repoName}.git" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stage('Test') { |
|
|
|
|
|
|
|
bat "dotnet test StabilityMatrix.Tests" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
stage('Build') { |
|
|
|
stage('Build') { |
|
|
|
bat "dotnet publish -c Release -o out -r win-x64 --self-contained true" |
|
|
|
bat "dotnet publish -c Release -o out -r win-x64 --self-contained true" |
|
|
|
} |
|
|
|
} |
|
|
|