mirror of
https://github.com/Ellpeck/GameBundle.git
synced 2024-11-10 19:49:10 +01:00
Compare commits
3 commits
01dcd0ed23
...
d7282c256b
Author | SHA1 | Date | |
---|---|---|---|
d7282c256b | |||
86d2735faa | |||
cb4bbb0a0c |
3 changed files with 4 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
"isRoot": true,
|
||||
"tools": {
|
||||
"nulastudio.ncbeauty": {
|
||||
"version": "1.2.9.3",
|
||||
"version": "1.2.9.5",
|
||||
"commands": [
|
||||
"ncbeauty"
|
||||
]
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<PackageIcon>Logo.png</PackageIcon>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<ToolCommandName>gamebundle</ToolCommandName>
|
||||
<VersionPrefix>1.5.3</VersionPrefix>
|
||||
<VersionPrefix>1.5.4</VersionPrefix>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ pipeline {
|
|||
|
||||
stage('Pack') {
|
||||
steps {
|
||||
sh 'find . -type f -name \\\'*.nupkg\\\' -delete'
|
||||
sh 'find . -type f -name "*.nupkg" -delete'
|
||||
sh 'dotnet pack **/GameBundle.csproj --version-suffix ${BUILD_NUMBER}'
|
||||
}
|
||||
}
|
||||
|
@ -19,8 +19,7 @@ pipeline {
|
|||
branch 'main'
|
||||
}
|
||||
steps {
|
||||
sh '''dotnet nuget push -s http://localhost:5000/v3/index.json **/*.nupkg -k $BAGET -n true
|
||||
'''
|
||||
sh 'dotnet nuget push -s http://localhost:5000/v3/index.json **/*.nupkg -k $BAGET -n'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue