mirror of
https://github.com/Ellpeck/GameBundle.git
synced 2024-11-22 08:43:28 +01:00
reflect branch rename
This commit is contained in:
parent
d7368406b0
commit
da16ad8427
2 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
||||||
|
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
when {
|
when {
|
||||||
branch 'master'
|
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 true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
![The GameBundle logo](https://raw.githubusercontent.com/Ellpeck/GameBundle/master/Logo.png)
|
![The GameBundle logo](https://raw.githubusercontent.com/Ellpeck/GameBundle/main/Logo.png)
|
||||||
|
|
||||||
**GameBundle** is a tool to package MonoGame and other .NET Core applications into several distributable formats.
|
**GameBundle** is a tool to package MonoGame and other .NET Core applications into several distributable formats.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue