зеркало из https://github.com/microsoft/fsharplu.git
CI YAML fix and nuget copyright for Azure module (#75)
* UTF8 BOM marker broke the CI YAML * Fix FSharpLu.Azure nuget copyright
This commit is contained in:
Родитель
8372f62868
Коммит
0f001e3df5
|
@ -1,4 +1,4 @@
|
|||
# VSTS pipeline to build, test, package, sign and release a new nuget package
|
||||
# VSTS pipeline to build, test, package, sign and release a new nuget package
|
||||
#
|
||||
# Requirements: define the following Azure DevOps connections
|
||||
# FSharpLu-nuget - Nuget feed service connection (for pushing new packages)
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
<PackageId>Microsoft.FSharpLu.Azure</PackageId>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<ProductName>Microsoft.FSharpLu.Azure</ProductName>
|
||||
<Copyright>Microsoft</Copyright>
|
||||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<Description>Azure Management Helpers API for F#</Description>
|
||||
<Authors>Microsoft</Authors>
|
||||
<Company>Microsoft</Company>
|
||||
<Version>0.11.1</Version>
|
||||
<PackageVersion>0.11.1-pre</PackageVersion>
|
||||
<Title>Microsoft.FSharpLu.Azure.Test</Title>
|
||||
<Title>Microsoft.FSharpLu.Azure</Title>
|
||||
<PackageReleaseNotes>First release of FSharpLu.Azure</PackageReleaseNotes>
|
||||
<PackageProjectUrl>https://github.com/Microsoft/fsharplu</PackageProjectUrl>
|
||||
<PackageLicenseFile>LICENSE.MD</PackageLicenseFile>
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
This library exposes some of the Azure Resource Manager API as F# utilities.
|
||||
|
||||
### Assembly
|
||||
Microsoft.FSharpLu.Azure.dll
|
||||
|
||||
### Namespace
|
||||
- Microsoft.FSharpLu.Azure
|
Загрузка…
Ссылка в новой задаче