Change build instruction again
This commit is contained in:
parent
4fab660cb1
commit
53f02dbb9d
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -40,7 +40,7 @@ pipeline {
|
|||
mkdir cpp\\build
|
||||
cd cpp\\build
|
||||
cmake ..
|
||||
msbuild
|
||||
dotnet build -c Release
|
||||
|
||||
cd ..\\..
|
||||
|
||||
|
@ -67,7 +67,6 @@ pipeline {
|
|||
archiveArtifacts artifacts: "dart\\out\\*.exe", fingerprint: true
|
||||
archiveArtifacts artifacts: "cpp\\build\\vsleep.exe", fingerprint: true
|
||||
archiveArtifacts artifacts: "cpp\\build\\pause.exe", fingerprint: true
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue