Merge pull request #494 from edwardskrod/dev/edskrod/master/UpdateName
Update workflow name from "WPF .NET Core" to ".NET Core Desktop"
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
# separate terms of service, privacy policy, and support
|
# separate terms of service, privacy policy, and support
|
||||||
# documentation.
|
# documentation.
|
||||||
|
|
||||||
# This workflow will build, test and package a WPF desktop application
|
# This workflow will build, test, sign and package a WPF or Windows Forms desktop application
|
||||||
# built on .NET Core.
|
# built on .NET Core.
|
||||||
# To learn how to migrate your existing WPF application to .NET Core,
|
# To learn how to migrate your existing application to .NET Core,
|
||||||
# refer to https://docs.microsoft.com/en-us/dotnet/desktop-wpf/migration/convert-project-from-net-framework
|
# refer to https://docs.microsoft.com/en-us/dotnet/desktop-wpf/migration/convert-project-from-net-framework
|
||||||
#
|
#
|
||||||
# To configure this workflow:
|
# To configure this workflow:
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
# For a complete CI/CD sample to get started with GitHub Action workflows for Desktop Applications,
|
# For a complete CI/CD sample to get started with GitHub Action workflows for Desktop Applications,
|
||||||
# refer to https://github.com/microsoft/github-actions-for-desktop-apps
|
# refer to https://github.com/microsoft/github-actions-for-desktop-apps
|
||||||
|
|
||||||
name: WPF .NET Core
|
name: .NET Core Desktop
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -81,8 +81,8 @@ jobs:
|
|||||||
- name: Execute unit tests
|
- name: Execute unit tests
|
||||||
run: dotnet test
|
run: dotnet test
|
||||||
|
|
||||||
# Restore the WPF application to populate the obj folder with RuntimeIdentifiers
|
# Restore the application to populate the obj folder with RuntimeIdentifiers
|
||||||
- name: Restore the WPF application
|
- name: Restore the application
|
||||||
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
|
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
|
||||||
env:
|
env:
|
||||||
Configuration: ${{ matrix.configuration }}
|
Configuration: ${{ matrix.configuration }}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": ".NET Core Desktop",
|
||||||
|
"description": "Build, test, sign and publish a desktop application built on .NET Core.",
|
||||||
|
"iconName": "dotnetcore",
|
||||||
|
"categories": ["C#", "Visual Basic", "WPF", ".NET"]
|
||||||
|
}
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "WPF .NET Core",
|
|
||||||
"description": "Build, test and publish a WPF application built on .NET Core.",
|
|
||||||
"iconName": "dotnetcore",
|
|
||||||
"categories": ["C#", "Visual Basic", "WPF", ".NET"]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user