File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: NETCore
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88 types : [closed]
99 branches :
10- - master
10+ - main
1111
1212env :
1313 BuildConfig : Release
1919 - uses : actions/checkout@v2
2020 with :
2121 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
22-
22+
2323 - uses : dotnet/nbgv@master # https://github.com/dotnet/nbgv
2424 id : nbgv
2525
@@ -32,10 +32,10 @@ jobs:
3232 /p:Version=${{ steps.nbgv.outputs.AssemblyVersion }}
3333
3434 - name : Test with dotnet
35- run : dotnet test
35+ run : dotnet test
3636
3737 - name : Pack NuGet
38- run : dotnet pack
38+ run : dotnet pack
3939 --configuration ${{ env.BuildConfig }}
4040 /p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }}
4141
You can’t perform that action at this time.
0 commit comments