Change build instruction again

This commit is contained in:
zontreck 2024-08-30 21:15:13 -07:00
parent 4fab660cb1
commit 53f02dbb9d

3
Jenkinsfile vendored
View file

@ -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()
}
}
}