Skip to content

Commit 0408c45

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

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build_publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,24 @@ jobs:
1010
runs-on: windows-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
1314
- name: Add msbuild to PATH
1415
uses: microsoft/setup-msbuild@v1.0.0
16+
17+
- name: Setup NuGet
18+
uses: NuGet/setup-nuget@v1.0.2
19+
20+
- name: Restore NuGet Packages
21+
run: nuget restore SimpleFrameworkApp.sln
22+
1523
- name: Build
1624
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
28+
29+
30+
1731
# - name: Test
1832
# shell: sh
1933
# run: ./mono_nunit_test.sh

0 commit comments

Comments
 (0)