Skip to content

Commit c5ec8e7

Browse files
committed
Merge branch 'mhusinsky-master'
2 parents 7f0bd27 + 3f19fb6 commit c5ec8e7

File tree

4 files changed

+524
-321
lines changed

4 files changed

+524
-321
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
uses: actions/checkout@master
1717

1818
- name: Setup MSBuild.exe
19-
uses: microsoft/setup-msbuild@v1.0.2
19+
uses: microsoft/setup-msbuild@v2
2020

2121
- name: Setup Nuget.exe
22-
uses: nuget/setup-nuget@v1
22+
uses: nuget/setup-nuget@v2.0.0
2323

2424
- name: Publish VL Nuget
25-
uses: vvvv/PublishVLNuget@1.0.40
25+
uses: vvvv/PublishVLNuget@1.0.43
2626
with:
2727
csproj: src\VL.IO.NetMQ.csproj
2828
nuspec: deployment\VL.IO.NetMQ.nuspec
2929
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
3030
icon-dst: ./deployment/nugeticon.png
31-
nuget-key: ${{ secrets.NUGET_KEY }}
31+
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}

0 commit comments

Comments
 (0)