Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit dc6b56f

Browse files
committed
Update workflow
1 parent 4166c58 commit dc6b56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Build Project
3232
- name: Build Project
33-
run: msbuild /p:Configuration=Release /p:Platform:"Any CPU"
33+
run: msbuild /p:Configuration=Release
3434

3535
# Zip Relase
3636
- name: Compress files # This would actually build your project, using zip for an example artifact

0 commit comments

Comments
 (0)