diff --git a/Directory.Build.Targets b/Directory.Build.Targets index f02140c..21fbb56 100644 --- a/Directory.Build.Targets +++ b/Directory.Build.Targets @@ -22,8 +22,8 @@ © Cloud3D Ltd. All rights reserved. LICENSE.txt $(MSBuildThisFileDirectory)$(PackageLicenseFile) - https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb - https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb.git + https://github.com/CZEMacLeod/C3D.MSBuild.Tools.EF6.GenerateViews + https://github.com/CZEMacLeod/C3D.MSBuild.Tools.EF6.GenerateViews.git git diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 90528e8..9c4fd21 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -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'