Skip to content

Commit 9bcfc02

Browse files
authored
Update build_publish.yml
1 parent f4e03b0 commit 9bcfc02

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build_publish.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ jobs:
1616

1717
- name: Setup NuGet
1818
uses: NuGet/setup-nuget@v1.0.2
19+
with:
20+
nuget-api-key: ${{ secrets.NuGetAPIKey }}
1921

2022
- name: Restore NuGet Packages
2123
run: nuget restore TBAAPI.V3Client.sln
2224

23-
- name: Build
24-
run: dotnet build --configuration Release
25+
# - name: Build
26+
# run: dotnet build --configuration Release
2527

26-
# - name: Build and Publish Web App
27-
# run: msbuild TBAAPI.V3Client.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
28+
- name: Build and Publish Web App
29+
run: msbuild TBAAPI.V3Client.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
2830

2931

3032

0 commit comments

Comments
 (0)