Skip to content

Commit 170c637

Browse files
authored
Merge pull request #142 from rainersigwald/ri-0.1
Merge final 0.1.8 commit to main
2 parents d5faafc + 614d068 commit 170c637

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Microsoft.NET.Build.Containers/Microsoft.NET.Build.Containers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
<!-- MSBuild tasks shouldn't be referenced. This is by design. -->
2121
<NoWarn>NU5100;NU5128</NoWarn>
22-
<Authors>Rainer Sigwald, Ben Villalobos, Chet Husk</Authors>
22+
<Authors>Microsoft</Authors>
2323
<Company>Microsoft</Company>
2424
<Description>Tasks and targets to natively publish .NET applications as containers.</Description>
25-
<Copyright></Copyright>
25+
<Copyright>&#169; Microsoft Corporation. All rights reserved.</Copyright>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2727
<PackageProjectUrl>https://github.com/dotnet/sdk-container-builds</PackageProjectUrl>
2828
<RepositoryUrl>https://github.com/dotnet/sdk-container-builds</RepositoryUrl>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
solution: '**/*.sln'
3030
msbuildArchitecture: 'x64'
3131
configuration: 'Release'
32-
msbuildArguments: '-restore -bl:$(Build.StagingDirectory)\ContainersOfficialBuild.binlog -v:minimal'
32+
msbuildArguments: '-restore -bl:$(Build.StagingDirectory)\ContainersOfficialBuild.binlog -v:minimal -p:SignType=${{ parameters.SignType }}'
3333
maximumCpuCount: true
3434

3535
- task: PublishPipelineArtifact@1

0 commit comments

Comments
 (0)