Merge pull request #1039 from dotnet/publish-27105

This commit is contained in:
Bill Wagner
2021-04-22 06:32:20 -04:00
committed by GitHub
2 changed files with 15 additions and 1 deletions
@@ -0,0 +1,14 @@
name: 'Status checker'
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
status_checker_job:
name: Look for build warnings
runs-on: ubuntu-latest
steps:
- uses: dotnet/samples/.github/actions/status-checker@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -306,7 +306,7 @@
},
{
"source_path": "dotnet-desktop-guide/framework/wpf/fundamentals/xaml.md",
"redirect_url": "/dotnet/desktop/wpf/xaml/overview?view=netdesktop-5.0"
"redirect_url": "/dotnet/desktop/wpf/xaml/index?view=netdesktop-5.0"
},
{
"source_path": "dotnet-desktop-guide/framework/wpf/fundamentals/xaml-resources-define.md",