Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackhammer88 committed Aug 16, 2023
1 parent f0e1186 commit c571884
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Display Git Tag Version
run: |
TAG=$(git describe --tags --abbrev=0 2>&1)
if [ $? -eq 0 ]; then
echo "Git Tag Version: $TAG"
else
echo "No tags found"
fi
shell: bash


- name: Add MSBuild to PATH
run: |
echo "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin" >> $GITHUB_PATH
Expand Down

0 comments on commit c571884

Please sign in to comment.