We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e03b0 commit 9bcfc02Copy full SHA for 9bcfc02
.github/workflows/build_publish.yml
@@ -16,15 +16,17 @@ jobs:
16
17
- name: Setup NuGet
18
uses: NuGet/setup-nuget@v1.0.2
19
+ with:
20
+ nuget-api-key: ${{ secrets.NuGetAPIKey }}
21
22
- name: Restore NuGet Packages
23
run: nuget restore TBAAPI.V3Client.sln
24
- - name: Build
- run: dotnet build --configuration Release
25
+# - name: Build
26
+# run: dotnet build --configuration Release
27
-# - name: Build and Publish Web App
-# 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
30
31
32
0 commit comments