Skip to content

Commit f4e03b0

Browse files
authored
Update build_publish.yml
1 parent 0408c45 commit f4e03b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Core
1+
name: CI
22

33
on:
44
push:
@@ -18,13 +18,13 @@ jobs:
1818
uses: NuGet/setup-nuget@v1.0.2
1919

2020
- name: Restore NuGet Packages
21-
run: nuget restore SimpleFrameworkApp.sln
21+
run: nuget restore TBAAPI.V3Client.sln
2222

2323
- name: Build
2424
run: dotnet build --configuration Release
2525

2626
# - name: Build and Publish Web App
27-
# run: msbuild SimpleFrameworkApp.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
27+
# run: msbuild TBAAPI.V3Client.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
2828

2929

3030

0 commit comments

Comments
 (0)