version bump and jenkinsfile fix
changes that break this much should probably be a 2.0, but eh. also I don't need Jenkins to completely trip to death if I don't bump the version number every time.
This commit is contained in:
parent
4b2f1a9aa8
commit
5b13021b2b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -12,7 +12,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dotnet nuget push ./*.nupkg --source gitea'
|
sh 'dotnet nuget push ./*.nupkg --source gitea --skip-duplicates'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<PackageId>greyn.franz</PackageId>
|
<PackageId>greyn.franz</PackageId>
|
||||||
<Version>1.0.1</Version>
|
<Version>1.1.0</Version>
|
||||||
<Authors>Adam R Grey</Authors>
|
<Authors>Adam R Grey</Authors>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user