File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 7272 if : ${{ success() }} # run this step even if previous steps failed
7373 uses : actions/upload-artifact@v2
7474 with :
75- name : Nuget package
75+ name : NugetPackage
7676 path : SystemTestingTools*.nupkg
7777 retention-days : 7
7878 if-no-files-found : error
8282 if : github.event_name == 'release'
8383 runs-on : ubuntu-latest
8484 steps :
85- - name : Download artifact from previous job
86- uses : actions/download-artifact@v2
87- with :
88- name : Nuget package
89- - name : Push to NuGet Feed
90- run : dotnet nuget push ./*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
85+ - uses : actions/download-artifact@v2
86+ with :
87+ name : NugetPackage
88+ - name : Push to NuGet Feed
89+ run : dotnet nuget push ./*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
Original file line number Diff line number Diff line change 11## 2.0.29
22- New feature
3- - New class and method EnvironmentHelper.GetProjectFolder() to get folder where you will find the stubs
3+ - New class and method EnvironmentHelper.GetProjectFolder() to get folder where you will find the stubs, makes code a bit simpler
44
55## 2.0.22
66- New feature
You can’t perform that action at this time.
0 commit comments