reflect branch rename

This commit is contained in:
Ell 2021-10-24 00:44:30 +02:00
parent fdc2ada90a
commit f71426321f
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<PackageTags>coroutine utility unity</PackageTags> <PackageTags>coroutine utility unity</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/Coroutine</PackageProjectUrl> <PackageProjectUrl>https://github.com/Ellpeck/Coroutine</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/Coroutine</RepositoryUrl> <RepositoryUrl>https://github.com/Ellpeck/Coroutine</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Ellpeck/Coroutine/blob/master/LICENSE.md</PackageLicenseUrl> <PackageLicenseUrl>https://github.com/Ellpeck/Coroutine/blob/main/LICENSE.md</PackageLicenseUrl>
<VersionPrefix>2.1.1</VersionPrefix> <VersionPrefix>2.1.1</VersionPrefix>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

2
Jenkinsfile vendored
View File

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

View File

@ -67,4 +67,4 @@ CoroutineHandler.RaiseEvent(TestEvent);
``` ```
## Additional Examples ## Additional Examples
For additional examples, take a look at the [Example class](https://github.com/Ellpeck/Coroutine/blob/master/Example/Example.cs). For additional examples, take a look at the [Example class](https://github.com/Ellpeck/Coroutine/blob/main/Example/Example.cs).