Skip to content

Commit e45fa7b

Browse files
committed
Format workflow file
1 parent 521b7f2 commit e45fa7b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
fail-fast: false
1616

1717
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v5
20-
- name: Add msbuild to PATH
21-
uses: microsoft/setup-msbuild@v2
22-
with:
23-
msbuild-architecture: x64
24-
- name: Build
25-
run: msbuild -restore -p:RestorePackagesConfig=true -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.architecture }} -clp:ForceConsoleColor -warnaserror ${{ github.workspace }}\IExplorerCommand_Examples.sln
18+
- name: Checkout
19+
uses: actions/checkout@v5
20+
- name: Add msbuild to PATH
21+
uses: microsoft/setup-msbuild@v2
22+
with:
23+
msbuild-architecture: x64
24+
- name: Build
25+
run: msbuild -restore -p:RestorePackagesConfig=true -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.architecture }} -clp:ForceConsoleColor -warnaserror ${{ github.workspace }}\IExplorerCommand_Examples.sln

0 commit comments

Comments
 (0)