Skip to content

Commit 25b1580

Browse files
RefactoringPipelinesTeamJayBazuziisidoretonytvo
committed
e included secrets
Co-Authored-By: Jay Bazuzi <jay@bazuzi.com> Co-Authored-By: Llewellyn Falco <10874+isidore@users.noreply.github.com> Co-Authored-By: Tony Trung Thanh Vo <9420482+tonytvo@users.noreply.github.com>
1 parent 76e9d2b commit 25b1580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-to-nuget-windows.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
- name: Setup MSBuild.exe
3333
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16
3434

35-
3635
# Restore the application to populate the obj folder with RuntimeIdentifiers
3736
- name: deploy to nuget
37+
env:
38+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
3839
run: ./PublishToNuget.cmd
3940

4041

0 commit comments

Comments
 (0)