Skip to content

Commit 8f77ab7

Browse files
Update dotnet-build.yml
1 parent ef93484 commit 8f77ab7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Development build
12
on: [ push, pull_request ]
23

34
jobs:
@@ -11,7 +12,7 @@ jobs:
1112
uses: microsoft/setup-msbuild@v3
1213
with:
1314
vs-version: # optional
14-
msbuild-architecture: # optional, default is x86
15+
msbuild-architecture: x64
1516

1617
- name: Set up NuGet
1718
uses: NuGet/setup-nuget@v4.0

0 commit comments

Comments
 (0)