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 0408c45 commit f4e03b0Copy full SHA for f4e03b0
.github/workflows/build_publish.yml
@@ -1,4 +1,4 @@
1
-name: .NET Core
+name: CI
2
3
on:
4
push:
@@ -18,13 +18,13 @@ jobs:
18
uses: NuGet/setup-nuget@v1.0.2
19
20
- name: Restore NuGet Packages
21
- run: nuget restore SimpleFrameworkApp.sln
+ run: nuget restore TBAAPI.V3Client.sln
22
23
- name: Build
24
run: dotnet build --configuration Release
25
26
# - name: Build and Publish Web App
27
-# run: msbuild SimpleFrameworkApp.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
+# run: msbuild TBAAPI.V3Client.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
28
29
30
0 commit comments