Correct folder path

This commit is contained in:
Ben C 2022-05-23 08:05:55 -04:00 committed by GitHub
parent 0efcf4b922
commit d38c7b20ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,10 +40,10 @@ jobs:
- uses: actions/setup-dotnet@v1
# Debugging, remove later
- run: "tree C:\\\"Program Files (x86)\"\\\"Microsoft SDKs\"\\Windows\\v10.0A\\bin\\"
- run: "tree C:\\\"Program Files (x86)\"\\\"Microsoft SDKs\"\\Windows\\v10.0A\\bin\\\"NETFX 4.8 Tools\"\\x64\\ /f"
# Epic moment
- run: "C:\\\"Program Files (x86)\"\\\"Microsoft SDKs\"\\Windows\\v10.0A\\bin\\\"NETFX 4.8.0 Tools\"\\x64\\sn.exe -Vr *"
- run: "C:\\\"Program Files (x86)\"\\\"Microsoft SDKs\"\\Windows\\v10.0A\\bin\\\"NETFX 4.8 Tools\"\\x64\\sn.exe -Vr *"
- name: Build Project
run: dotnet build -c $Env:BUILD_TYPE