Add the license header to nanoserver.tests.ps1 (#10171)

This commit is contained in:
Dongbo Wang 2019-07-16 12:56:55 -07:00 committed by GitHub
parent 5ef221f13b
commit df9d9043bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
Describe "Verify PowerShell Runs" {
BeforeAll{
$options = (Get-PSOptions)