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.
1 parent c0d6cdf commit 4958ef4Copy full SHA for 4958ef4
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