change name so i can probably not accidentally pick it up out of nuget.org
All checks were successful
gitea.arg.rip/deployment/pipeline/head This commit looks good

This commit is contained in:
adam 2024-12-09 14:56:03 -05:00
parent 519990ba19
commit f085dc4aa4
2 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('nuget pack'){
steps{
dotnetPack(outputDirectory: "./", project: "Deployment/Deployment.csproj")
dotnetPack(outputDirectory: "./", project: "Deployment/greyn.Deployment.csproj")
}
}
stage('build numberify'){