theory: it's not running in the workspace directory. For some reason.
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:31:04 -05:00
parent f8d875a0a0
commit 44fc056354

3
Jenkinsfile vendored
View File

@ -4,7 +4,8 @@ pipeline {
stages {
stage('nuget'){
steps{
dotnetPack(outputDirectory: "./", project: "Deployment/")
sh "ls"
dotnetPack(outputDirectory: "./", project: "Deployment/Deployment.csproj")
dotnetNugetPublish()
}
}