File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ New-Item -Path $objDir -ItemType Directory
5252Remove-Item - Path $outDir - Recurse - Force - ErrorAction SilentlyContinue
5353New-Item - Path $outDir - ItemType Directory
5454
55- dotnet pack - p:OutputFileNamesWithoutVersion= true - c Release - o $objDir src\AzureSign.Core\AzureSign.Core.csproj
56- dotnet pack - p:OutputFileNamesWithoutVersion= true - c Release - o $objDir src\AzureSignTool\AzureSignTool.csproj
55+ dotnet pack - p:OutputFileNamesWithoutVersion= true - p:ContinuousIntegrationBuild = true - c Release - o $objDir src\AzureSign.Core\AzureSign.Core.csproj
56+ dotnet pack - p:OutputFileNamesWithoutVersion= true - p:ContinuousIntegrationBuild = true - c Release - o $objDir src\AzureSignTool\AzureSignTool.csproj
5757
5858Expand-Archive - Path $objDir \AzureSign.Core.nupkg - DestinationPath $objDir \AzureSign.Core.nupkg.dir
5959Expand-Archive - Path $objDir \AzureSignTool.nupkg - DestinationPath $objDir \AzureSignTool.nupkg.dir
@@ -76,8 +76,8 @@ dotnet nuget sign --certificate-fingerprint 73f0844a95e35441a676cd6be1e79a3cd51d
7676Copy-Item - Path " $objDir \AzureSign.Core.nupkg" - Destination " $outDir \AzureSign.Core.nupkg"
7777Copy-Item - Path " $objDir \AzureSignTool.nupkg" - Destination " $outDir \AzureSignTool.nupkg"
7878
79- dotnet publish - c Release - r win- arm64 - o " $objDir \AzureSignTool-arm64" .\src\AzureSignTool\AzureSignTool.csproj
80- dotnet publish - c Release - r win- x64 - o " $objDir \AzureSignTool-x64" .\src\AzureSignTool\AzureSignTool.csproj
79+ dotnet publish - c Release - r win- arm64 - p:ContinuousIntegrationBuild = true - o " $objDir \AzureSignTool-arm64" .\src\AzureSignTool\AzureSignTool.csproj
80+ dotnet publish - c Release - r win- x64 - p:ContinuousIntegrationBuild = true - o " $objDir \AzureSignTool-x64" .\src\AzureSignTool\AzureSignTool.csproj
8181
8282& " $sdkBinPath \signtool.exe" sign / d " AzureSignTool" / sha1 73f0844a95e35441a676cd6be1e79a3cd51d00b4 / fd SHA384 / td SHA384 / tr " http://timestamp.digicert.com" / du " https://github.com/vcsjones/AzureSignTool" " $objDir \AzureSignTool-x64\AzureSignTool.exe"
8383& " $sdkBinPath \signtool.exe" sign / d " AzureSignTool" / sha1 73f0844a95e35441a676cd6be1e79a3cd51d00b4 / fd SHA384 / td SHA384 / tr " http://timestamp.digicert.com" / du " https://github.com/vcsjones/AzureSignTool" " $objDir \AzureSignTool-arm64\AzureSignTool.exe"
You can’t perform that action at this time.
0 commit comments