Trying latest Swix plugin to see if it works. Whitespace cleanup.
This commit is contained in:
Родитель
15cd555d96
Коммит
0d54f3dbea
|
@ -33,7 +33,7 @@ jobs:
|
|||
esrpSigning: true
|
||||
condition: and(succeeded(), ne(variables['SignType'], ''))
|
||||
|
||||
- task: ms-vseng.MicroBuildTasks.32f78468-e895-4f47-962c-58a699361df8.MicroBuildSwixPlugin@1
|
||||
- task: MicroBuildSwixPlugin@4
|
||||
displayName: Install Swix Plugin
|
||||
|
||||
- script: eng\common\CIBuild.cmd
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net461</TargetFramework>
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net461</TargetFramework>
|
||||
<VisualStudioInsertionComponent>Microsoft.NuGet.Build.Tasks</VisualStudioInsertionComponent>
|
||||
</PropertyGroup>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.NuGet.Build.Tasks\Microsoft.NuGet.Build.Tasks.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\src\Microsoft.NuGet.Build.Tasks\Microsoft.NuGet.Build.Tasks.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<SwrProperty Include="MSBuildProjectDirectory=$(MSBuildProjectDirectory)" />
|
||||
<SwrProperty Include="VsixVersion=$(VsixVersion)" />
|
||||
<SwrProperty Include="ArtifactsBinDir=$(ArtifactsBinDir)" />
|
||||
<ItemGroup>
|
||||
<SwrProperty Include="MSBuildProjectDirectory=$(MSBuildProjectDirectory)" />
|
||||
<SwrProperty Include="VsixVersion=$(VsixVersion)" />
|
||||
<SwrProperty Include="ArtifactsBinDir=$(ArtifactsBinDir)" />
|
||||
<SwrProperty Include="Configuration=$(Configuration)" />
|
||||
<SwrProperty Include="MajorVersion=$(MajorVersion)" />
|
||||
</ItemGroup>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<SwrFile Include="files.swr" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<SwrFile Include="files.swr" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче