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 33
33
run : dotnet test BrowserStackLocalIntegrationTests --no-build -p:Configuration=Release
34
34
- name : Pack NuGet Package
35
35
run : msbuild BrowserStackLocal -t:pack -p:Configuration=Release
36
- - name : Save artifact
37
- uses : actions/upload-artifact@v2
38
- with :
39
- name : BrowserStackLocal.nupkg
40
- path : .\BrowserStackLocal\BrowserStackLocal\bin\Release\*.nupkg
41
36
- name : Setup nuget
42
37
uses : nuget/setup-nuget@v1
43
38
with :
55
50
Write-Output "::set-output name=PFX_PATH::$pfxPath";
56
51
- name : Sign Nuget Package
57
52
run : nuget sign .\BrowserStackLocal\bin\Release\*.nupkg -certificatePath "${{ steps.createPfx.outputs.PFX_PATH }}" -certificatePassword "${{secrets.CERT_PASSWORD}}"
53
+ - name : Save artifact
54
+ uses : actions/upload-artifact@v2
55
+ with :
56
+ name : BrowserStackLocal.nupkg
57
+ path : .\BrowserStackLocal\BrowserStackLocal\bin\Release\*.nupkg
58
58
- name : Push package to Nuget Repository
59
59
run : nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
You can’t perform that action at this time.
0 commit comments