Merge branch 'snupkg_v1.8' into snupkg_master
This commit is contained in:
Коммит
013a4634d7
|
@ -20,7 +20,8 @@
|
|||
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="" />
|
||||
|
|
|
@ -105,6 +105,7 @@ steps:
|
|||
inputs:
|
||||
Contents: |
|
||||
bin/Packages/$(BuildConfiguration)/**/*.nupkg
|
||||
bin/Packages/$(BuildConfiguration)/**/*.snupkg
|
||||
bin/MessagePackAnalyzer.Vsix/$(BuildConfiguration)/**/*.vsix
|
||||
bin/*.unitypackage
|
||||
TargetFolder: $(Build.ArtifactStagingDirectory)/deployables
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
|
||||
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
|
||||
<IncludeSymbols>false</IncludeSymbols>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="tools\*.ps1" Pack="true" PackagePath="tools\" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче