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.
2 parents c0d6cdf + 4958ef4 commit 047af9cCopy full SHA for 047af9c
UnitySetup/UnitySetup.psm1
@@ -1,6 +1,6 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
-Import-Module powershell-yaml -Force -ErrorAction Stop
+Import-Module powershell-yaml -MinimumVersion '0.3' -ErrorAction Stop
4
5
[Flags()]
6
enum UnitySetupComponent {
0 commit comments