File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
# After build we copy the binaries to package output folder
36
36
# Finally we pack and push the package to github packages
37
37
- name : Deploy Package
38
- if : github.event_name == 'push'
38
+ if : github.event_name == 'push' && github.ref == 'refs/heads/main'
39
39
run : |
40
40
dotnet nuget add source "https://nuget.pkg.github.com/mendix/index.json" --name "GitHub" --username ${{ secrets.GHPACKAGESUSER }} --password ${{ secrets.GHPACKAGESTOKEN }}
41
41
dotnet nuget push "**/mx_nuget/Mendix.LibGit2Sharp*.nupkg" --source "GitHub" --skip-duplicate
Original file line number Diff line number Diff line change 34
34
</ItemGroup >
35
35
36
36
<ItemGroup >
37
- <PackageReference Include =" Mendix.LibGit2Sharp.NativeBinaries" Version =" [1.111 .0]" PrivateAssets =" none" />
37
+ <PackageReference Include =" Mendix.LibGit2Sharp.NativeBinaries" Version =" [1.120 .0]" PrivateAssets =" none" />
38
38
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" all" />
39
39
<PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.4.220" PrivateAssets =" all" />
40
40
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 1.111.100 " ,
3
+ "version" : " 1.120.0 " ,
4
4
"cloudBuild" : {
5
5
"buildNumber" : {
6
6
"enabled" : true
You can’t perform that action at this time.
0 commit comments