Skip to content

Commit

Permalink
Fix build information
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Sep 23, 2021
1 parent 68aa107 commit d0c90ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.Targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<Copyright>© Cloud3D Ltd. All rights reserved.</Copyright>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageLicensePath>$(MSBuildThisFileDirectory)$(PackageLicenseFile)</PackageLicensePath>
<PackageProjectUrl>https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb</PackageProjectUrl>
<RepositoryUrl>https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/CZEMacLeod/C3D.MSBuild.Tools.EF6.GenerateViews</PackageProjectUrl>
<RepositoryUrl>https://github.com/CZEMacLeod/C3D.MSBuild.Tools.EF6.GenerateViews.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ steps:
displayName: 'Download secure file PFX'
name: app_pfx
inputs:
secureFile: '99ca122a-939c-491f-9ea3-bb7ad1819ec1'
secureFile: 'Cloud3D-codesign.pfx'

- task: DownloadSecureFile@1
displayName: 'Download secure file SNK'
name: snk
inputs:
secureFile: '61ad38e7-05ff-4421-aea8-e3241b75c7a1'
secureFile: 'cloud3d-codesign.snk'

- task: PowerShell@2
displayName: 'Install Cert'
Expand Down

0 comments on commit d0c90ed

Please sign in to comment.