We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e208041 commit 7b88c88Copy full SHA for 7b88c88
1 file changed
Jenkinsfile
@@ -35,11 +35,11 @@ node("Diligence") {
35
stage('Publish Linux') {
36
// Prerequisites on Jenkins agent:
37
// - fuse3 (provides fusermount3 for appimagetool AppImage)
38
- // - appimagetool-x86_64.AppImage in $PATH (/usr/local/bin/)
+ // - appimagetool in $PATH (/usr/local/bin/)
39
// - pupnet 1.9.1 globally installed
40
sh "rm -rf StabilityMatrix.Avalonia/bin/*"
41
sh "rm -rf StabilityMatrix.Avalonia/obj/*"
42
- sh "/home/jenkins/.dotnet/tools/pupnet --runtime linux-x64 --kind appimage --app-version ${version} --clean -y"
+ sh "/home/jenkins/.dotnet/tools/pupnet -r linux-x64 -c Release --kind appimage --app-version $RELEASE_VERSION --clean"
43
}
44
45
} finally {
0 commit comments