Skip to content

Commit 22a3173

Browse files
authored
Update veracode-build-dot-net.yml
Add -p:UseAppHost=False to prevent creation of apphost executable. Add -p:MapFileExtensions=False to prevent ClickOnce applications from adding ".deploy"
1 parent 32671fa commit 22a3173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/veracode-build-dot-net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: |
3333
dotnet restore
34-
dotnet publish -c Debug -o ./output
34+
dotnet publish -p:UseAppHost=False -p:MapFileExtensions=False -c Debug -o ./output
3535
- name: Create zip archive
3636
run: zip -r veracode.zip ./output
3737

0 commit comments

Comments
 (0)