reflect branch rename

This commit is contained in:
Ell 2021-10-24 00:46:49 +02:00
parent d7368406b0
commit da16ad8427
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
stage('Publish') {
when {
branch 'master'
branch 'main'
}
steps {
sh '''dotnet nuget push -s http://localhost:5000/v3/index.json **/*.nupkg -k $BAGET -n true

View File

@ -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.