Skip to content

Commit

Permalink
diagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
papeh committed Dec 9, 2022
1 parent b1a2b13 commit 509a8bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
fetch-depth: 0 # fetch full history for GitVersion

- name: verify checkout
run: |
dir lib
$(where tree) lib
- name: Setup .NET
uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # v2.1.0
with:
Expand Down Expand Up @@ -73,6 +78,11 @@ jobs:
clean: false # don't delete other files from lib
if: matrix.os == 'windows-latest'

- name: reverify checkout
run: |
dir lib
$(where tree) lib
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 # v1.1.3
if: matrix.os == 'windows-latest'
Expand All @@ -96,6 +106,11 @@ jobs:
output/*.nupkg
if: matrix.os == 'windows-latest'

- name: tell me something I don't know
run: |
dir lib
$(where tree) lib
- name: Build Chorus Hub Installer
run: |
msbuild src/Installer/ChorusHub.wixproj /t:Restore
Expand Down

0 comments on commit 509a8bb

Please sign in to comment.