Skip to content

Commit c7efd38

Browse files
committed
Small presentation changes
1 parent 46b7cd2 commit c7efd38

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

update-conference-prague-2024/demo-code-feedback-system/build/build/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ public override void Run(BuildContext context)
8686
}
8787
}
8888

89-
private void BuildDotnetApp(BuildContext context, string pathToProj)
89+
private void BuildDotnetApp(BuildContext context, string pathToSln)
9090
{
91-
context.DotNetRestore(pathToProj);
91+
context.DotNetRestore(pathToSln);
9292

93-
context.DotNetBuild(pathToProj, new DotNetBuildSettings
93+
context.DotNetBuild(pathToSln, new DotNetBuildSettings
9494
{
9595
NoRestore = true,
9696
Configuration = context.BuildConfiguration

update-conference-prague-2024/demo-code-feedback-system/deploy/deploy/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ public override async Task RunAsync(BuildContext context)
150150
}
151151

152152
[IsDependentOn(typeof(PulumiDeployTask))]
153-
[TaskName(nameof(RunSeleniumTestsTask))]
154-
public sealed class RunSeleniumTestsTask : AsyncFrostingTask<BuildContext>
153+
[TaskName(nameof(RunPlaywrightTestsTask))]
154+
public sealed class RunPlaywrightTestsTask : AsyncFrostingTask<BuildContext>
155155
{
156156
public override async Task RunAsync(BuildContext context)
157157
{
@@ -219,7 +219,7 @@ private async ValueTask WriteConfigAsync(BuildContext context)
219219
}
220220

221221
[TaskName("Default")]
222-
[IsDependentOn(typeof(RunSeleniumTestsTask))]
222+
[IsDependentOn(typeof(RunPlaywrightTestsTask))]
223223
public class DefaultTask : FrostingTask
224224
{
225225
}

update-conference-prague-2024/presentation.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h1 id="pulumi">Pulumi</h1>
181181
</ul>
182182
</section>
183183
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="21" data-paginate="true" data-theme="gaia" lang="en-US" data-marpit-pagination="21" style="--paginate:true;--theme:gaia;" data-marpit-pagination-total="26">
184-
<h1 id="aspire">Aspire*</h1>
184+
<h1 id="net-aspire">.NET Aspire*</h1>
185185
<ul>
186186
<li>We're not using it</li>
187187
<li>Not all resources supported (yet)</li>
@@ -236,6 +236,7 @@ <h1 id="review">Review</h1>
236236
<li>Use C# for everything else</li>
237237
</ul>
238238
</li>
239+
<li>Automate More</li>
239240
<li>Use C#...FTW!</li>
240241
</ul>
241242
</section>

update-conference-prague-2024/presentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ with AL Rodriguez
162162
163163
---
164164
165-
# Aspire*
165+
# .NET Aspire*
166166
167167
- We're not using it
168168
- Not all resources supported (yet)

0 commit comments

Comments
 (0)