forked from pylorak/TinyWall
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ShirazAdam/TinyWall
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,19 @@ jobs: | |
|
||
- name: Restore NuGet Packages | ||
run: nuget restore TinyWall.sln | ||
|
||
- name: Build Solution | ||
run: | | ||
msbuild.exe TinyWall.sln /p:Platform="Any CPU" /p:Configuration="Release" /p:DeployOnBuild="true" /p:PublishProfile="FolderProfile" /p:PublishProfileRootFolder="TinyWall\PublishProfiles" | ||
# upload: | ||
|
||
# runs-on: windows-latest | ||
|
||
# steps: | ||
# - name: Upload Release Assets | ||
# uses: alexellis/[email protected] | ||
# with: | ||
# # The paths to the assets you want to upload as a JSON array. You can use a glob pattern. | ||
# asset_paths: '[".\TinyWall\TinyWallSetup\Release\*"]' | ||
|