Update dotnet-framework.yml

This commit is contained in:
WeeXnes 2022-11-10 21:14:19 +01:00 committed by GitHub
parent 1f3a5fe70d
commit 1c50d0fc10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,17 @@ jobs:
run: | run: |
msbuild.exe WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release" msbuild.exe WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release"
- name: List Folder 1
run: dir D:\a\WeeXnesSuite\WeeXnesSuite\WeeXnes\bin\Release\
- name: List Folder 2
run: dir D:\a\WeeXnesSuite\WeeXnesSuite\WeeXnes_UAC\bin\Release\
- name: List Folder 3
run: dir D:\a\WeeXnesSuite\WeeXnesSuite\Autostart\bin\Release\
- name: List Folder 4
run: dir D:\a\WeeXnesSuite\WeeXnesSuite\Update\bin\Release\
- name: List Folder 5
run: dir D:\a\WeeXnesSuite\WeeXnesSuite\Release_Tool\bin\Release\
- name: Format Xaml to XML - name: Format Xaml to XML
run: (gc Weexnes\WeeXnes.csproj) -replace ' ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"', '' | Out-File -encoding ASCII formatted.csproj run: (gc Weexnes\WeeXnes.csproj) -replace ' ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"', '' | Out-File -encoding ASCII formatted.csproj