oh right
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2024-11-09 22:34:47 -05:00
parent e38693e5de
commit 7cbda65ccd

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('nuget'){
steps{
dotnetNugetPublish()
dotnetNuGetPush()
}
}
}