Update dotnet-framework.yml
This commit is contained in:
parent
29af23fa46
commit
1f3a5fe70d
1 changed files with 10 additions and 1 deletions
11
.github/workflows/dotnet-framework.yml
vendored
11
.github/workflows/dotnet-framework.yml
vendored
|
@ -23,6 +23,14 @@ jobs:
|
|||
- name: Navigate to Workspace
|
||||
run: cd $GITHUB_WORKSPACE
|
||||
|
||||
- name: Restore Packages
|
||||
run: nuget restore WeeXnes.sln
|
||||
|
||||
- name: Build Solution
|
||||
run: |
|
||||
msbuild.exe WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release"
|
||||
|
||||
|
||||
- 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
|
||||
shell: pwsh
|
||||
|
@ -34,4 +42,5 @@ jobs:
|
|||
- name: logging
|
||||
run: |
|
||||
echo "Version=${{ steps.get_version.outputs.version }}"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue