We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc2cce commit 3c4585aCopy full SHA for 3c4585a
.github/workflows/dotnet.yml
@@ -1,6 +1,12 @@
1
# This workflow will build a .NET project
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3
4
+# General links
5
+# https://docs.github.com/en/actions/learn-github-actions/variables
6
+# https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
7
+# https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads
8
+# https://docs.github.com/en/actions/learn-github-actions/expressions
9
+
10
# TODO: Post-cleanup
11
# - Restore notification for failed actions in GitHub settings
12
# - Update required status checks in GitHub settings
0 commit comments