File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 10
10
- " feature/**"
11
11
- " release/**"
12
12
- " hotfix/**"
13
- tags :
14
- - " *"
15
- pull_request :
16
13
17
14
defaults :
18
15
run :
58
55
with :
59
56
token : ${{ secrets.CODECOVACCESSTOKEN }} # not required for public repos
60
57
61
- - name : Setup NuGet
62
- uses : NuGet/setup-nuget@v1
63
-
64
- - name : Publish NuGet
65
- if : startsWith(github.ref, 'refs/heads/Release')
66
- run : nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORGAPI}}
67
58
68
59
# - name: Code Coverage Report
69
60
Original file line number Diff line number Diff line change 5
5
<TargetFramework >net6.0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8
9
</PropertyGroup >
9
10
10
- </Project >
11
+ </Project >
You can’t perform that action at this time.
0 commit comments