Add quotes

This commit is contained in:
Ben C 2022-05-23 07:58:35 -04:00 committed by GitHub
parent 8ec9512dd9
commit ea6a7f92d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
- run: "tree /f" - run: "tree /f"
# Epic moment # 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.0 Tools\\x64\\sn.exe -Vr *\""
- name: Build Project - name: Build Project
run: dotnet build -c $Env:BUILD_TYPE run: dotnet build -c $Env:BUILD_TYPE