File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
update-conference-prague-2024
demo-code-feedback-system Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ public override void Run(BuildContext context)
86
86
}
87
87
}
88
88
89
- private void BuildDotnetApp ( BuildContext context , string pathToProj )
89
+ private void BuildDotnetApp ( BuildContext context , string pathToSln )
90
90
{
91
- context . DotNetRestore ( pathToProj ) ;
91
+ context . DotNetRestore ( pathToSln ) ;
92
92
93
- context . DotNetBuild ( pathToProj , new DotNetBuildSettings
93
+ context . DotNetBuild ( pathToSln , new DotNetBuildSettings
94
94
{
95
95
NoRestore = true ,
96
96
Configuration = context . BuildConfiguration
Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ public override async Task RunAsync(BuildContext context)
150
150
}
151
151
152
152
[ 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 >
155
155
{
156
156
public override async Task RunAsync ( BuildContext context )
157
157
{
@@ -219,7 +219,7 @@ private async ValueTask WriteConfigAsync(BuildContext context)
219
219
}
220
220
221
221
[ TaskName ( "Default" ) ]
222
- [ IsDependentOn ( typeof ( RunSeleniumTestsTask ) ) ]
222
+ [ IsDependentOn ( typeof ( RunPlaywrightTestsTask ) ) ]
223
223
public class DefaultTask : FrostingTask
224
224
{
225
225
}
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ <h1 id="pulumi">Pulumi</h1>
181
181
</ ul >
182
182
</ section >
183
183
</ 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 >
185
185
< ul >
186
186
< li > We're not using it</ li >
187
187
< li > Not all resources supported (yet)</ li >
@@ -236,6 +236,7 @@ <h1 id="review">Review</h1>
236
236
< li > Use C# for everything else</ li >
237
237
</ ul >
238
238
</ li >
239
+ < li > Automate More</ li >
239
240
< li > Use C#...FTW!</ li >
240
241
</ ul >
241
242
</ section >
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ with AL Rodriguez
162
162
163
163
---
164
164
165
- # Aspire*
165
+ # .NET Aspire*
166
166
167
167
- We're not using it
168
168
- Not all resources supported (yet)
You can’t perform that action at this time.
0 commit comments