reflect branch name change

This commit is contained in:
Ell 2021-10-24 00:51:13 +02:00
parent f916943633
commit 7a5929f8e8
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<PackageTags>logging logger utility debug trace output file</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/ExtremelySimpleLogger</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/ExtremelySimpleLogger</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Ellpeck/ExtremelySimpleLogger/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>1.2.3</VersionPrefix>
</PropertyGroup>
</Project>

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

@ -39,4 +39,4 @@ try {
}
```
For more information, you can also check out [the sample](https://github.com/Ellpeck/ExtremelySimpleLogger/blob/master/Sample/Program.cs).
For more information, you can also check out [the sample](https://github.com/Ellpeck/ExtremelySimpleLogger/blob/main/Sample/Program.cs).