Skip to content

Commit c8ff5c1

Browse files
authored
Merge pull request Azure#42 from TheOnlyWei/Az-BootStrapper
add Az.BootStrapper module
2 parents 1e3f19a + e65bfc3 commit c8ff5c1

28 files changed

+6419
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<Version>0.0.1</Version>
4+
<LangVersion>7.1</LangVersion>
5+
<TargetFramework>netstandard2.0</TargetFramework>
6+
<OutputType>Module</OutputType>
7+
<OutputPath>./bin</OutputPath>
8+
<PublishDir>$(OutputPath)</PublishDir>
9+
<NuspecFile>Az.BootStrapper.nuspec</NuspecFile>
10+
<NoPackageAnalysis>true</NoPackageAnalysis>
11+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
12+
<WarningsAsErrors />
13+
</PropertyGroup>
14+
</Project>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>Az.BootStrapper</id>
5+
<version>0.1.0</version>
6+
<authors>Microsoft Corporation</authors>
7+
<owners>Microsoft Corporation</owners>
8+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
9+
<licenseUrl>https://aka.ms/azps-license</licenseUrl>
10+
<projectUrl>https://github.com/Azure/azurestack-powershell</projectUrl>
11+
<description>Microsoft Azure PowerShell: Az.BootStrapper cmdlets</description>
12+
<releaseNotes></releaseNotes>
13+
<copyright>Microsoft Corporation. All rights reserved.</copyright>
14+
<tags>Az.BootStrapper AzureStack</tags>
15+
</metadata>
16+
<files>
17+
<file src="Module\**\*" />
18+
<!-- <file src="AzureStack.psm1" /> -->
19+
</files>
20+
</package>

0 commit comments

Comments
 (0)