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
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
types : [closed]
9
9
branches :
10
- - master
10
+ - main
11
11
12
12
env :
13
13
BuildConfig : Release
19
19
- uses : actions/checkout@v2
20
20
with :
21
21
fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
22
-
22
+
23
23
- uses : dotnet/nbgv@master # https://github.com/dotnet/nbgv
24
24
id : nbgv
25
25
@@ -32,10 +32,10 @@ jobs:
32
32
/p:Version=${{ steps.nbgv.outputs.AssemblyVersion }}
33
33
34
34
- name : Test with dotnet
35
- run : dotnet test
35
+ run : dotnet test
36
36
37
37
- name : Pack NuGet
38
- run : dotnet pack
38
+ run : dotnet pack
39
39
--configuration ${{ env.BuildConfig }}
40
40
/p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }}
41
41
You can’t perform that action at this time.
0 commit comments