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,
|
"isRoot": true,
|
||||||
"tools": {
|
"tools": {
|
||||||
"nulastudio.ncbeauty": {
|
"nulastudio.ncbeauty": {
|
||||||
"version": "1.2.9.3",
|
"version": "1.2.9.5",
|
||||||
"commands": [
|
"commands": [
|
||||||
"ncbeauty"
|
"ncbeauty"
|
||||||
]
|
]
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<PackageIcon>Logo.png</PackageIcon>
|
<PackageIcon>Logo.png</PackageIcon>
|
||||||
<PackAsTool>true</PackAsTool>
|
<PackAsTool>true</PackAsTool>
|
||||||
<ToolCommandName>gamebundle</ToolCommandName>
|
<ToolCommandName>gamebundle</ToolCommandName>
|
||||||
<VersionPrefix>1.5.3</VersionPrefix>
|
<VersionPrefix>1.5.4</VersionPrefix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ pipeline {
|
||||||
|
|
||||||
stage('Pack') {
|
stage('Pack') {
|
||||||
steps {
|
steps {
|
||||||
sh 'find . -type f -name \\\'*.nupkg\\\' -delete'
|
sh 'find . -type f -name "*.nupkg" -delete'
|
||||||
sh 'dotnet pack **/GameBundle.csproj --version-suffix ${BUILD_NUMBER}'
|
sh 'dotnet pack **/GameBundle.csproj --version-suffix ${BUILD_NUMBER}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,8 +19,7 @@ pipeline {
|
||||||
branch 'main'
|
branch 'main'
|
||||||
}
|
}
|
||||||
steps {
|
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