You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// How to apply snapshot via C#: https://stackoverflow.com/questions/60173096/hyperv-wmi-apply-snapshot-in-c-sharp
17
-
// Also see https://stackoverflow.com/questions/1735978/manipulate-hyper-v-from-net
18
-
// Official documentation?: https://learn.microsoft.com/en-us/windows/win32/hyperv_v2/exporting-virtual-machines
19
-
// How to rename a snapshot: https://stackoverflow.com/questions/7599217/setting-hyper-v-snapshots-name-programmatically
20
-
// There is a 50 checkpoint max
21
-
22
-
23
-
// Reminder: Enable "Remote Service Management" firewall rule so that PSExec will run more quickly. Make sure network is set to "Private" in Windows settings (or enable the firewall rule for public networks).
Copy file name to clipboardExpand all lines: src/Tests/dotnet-MsiInstallation.Tests/RemoteFile.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,6 @@
11
11
12
12
namespaceMicrosoft.DotNet.MsiInstallerTests
13
13
{
14
-
// TODO: Add VMAction for reading remote file, to allow read of file to be cached, avoiding the need to apply a snapshot to read the file on subsequent runs
0 commit comments