Skip to content

Commit 22a3c98

Browse files
committed
Added a script to start everything I need before presenting
1 parent 2b79765 commit 22a3c98

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
$presentationPath = "$PSScriptRoot/../"
3+
$demoCodeRootPath = "$PSScriptRoot/../demo-code-feedback-system"
4+
5+
$vsExePath = "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/devenv.exe"
6+
7+
& $vsExePath "$demoCodeRootPath/src/FeedbackApp.sln"
8+
& $vsExePath "$demoCodeRootPath/build/build/Build.sln"
9+
& $vsExePath "$demoCodeRootPath/infra/PulumiInfra.sln"
10+
& $vsExePath "$demoCodeRootPath/deploy/deploy/Deploy.sln"
11+
& $vsExePath "$presentationPath/../"
12+
13+
& "c:/ZoomIt/ZoomIt.exe"
14+
15+
Start-Process -FilePath MSEdge -ArgumentList "$presentationPath/presentation.html", "https://github.com/ProgrammerAL/Presentations-2024/actions", "https://app.pulumi.com/ProgrammerAl/update-conf-2024/dev", "https://portal.azure.com/#browse/resourcegroups"
16+

0 commit comments

Comments
 (0)