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 ae7dfd0 commit 8da89a1Copy full SHA for 8da89a1
dotnet-sample/Program.cs
@@ -1,6 +1,6 @@
1
var builder = WebApplication.CreateBuilder(args);
2
var app = builder.Build();
3
4
-app.MapGet("/", () => "Hello Granite State Code Camp!");
+app.MapGet("/", () => "Hello PowerShell + DevOps Summit!");
5
6
app.Run();
slides/Slides.md
@@ -178,6 +178,8 @@ Demo: [Online Parser](https://yaml-online-parser.appspot.com/)
178
179

180
181
+<!-- act -W .github/workflows/02-basic-multiple-jobs-needs.yml -->
182
+
183
---
184
185
<!-- _footer: "https://docs.github.com/en/actions/security-guides" -->
0 commit comments