File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 14.0" DefaultTargets =" All" InitialTargets =" CheckSigningPaths " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" All" InitialTargets =" CheckCISignRepo " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Root >$(MSBuildThisFileDirectory)..\</Root >
5
5
<Configuration Condition =" '$(Configuration)' == ''" >Release</Configuration >
8
8
<PowerShell >C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShell >
9
9
</PropertyGroup >
10
10
11
- <Target Name =" CheckSigningPaths" >
12
- <Error Text =" SigningToolsPath is not assigned a file path!" Condition =" '$(SigningToolsPath)' == ''" />
13
- <Error Text =" The SigningToolsPath directory does not exist!" Condition =" !Exists($(SigningToolsPath))" />
14
- <Error Text =" CISignRepoPath is not assigned a file path!" Condition =" '$(CISignRepoPath)' == ''" />
15
- <Error Text =" The CISignRepoPath directory does not exist!" Condition =" !Exists($(CISignRepoPath))" />
11
+ <Target Name =" CheckCISignRepo" >
12
+ <Error Text =" CISignRepo is not assigned a file path!" Condition =" '$(CISignRepo)' == ''" />
13
+ <Error Text =" The CISignRepo directory does not exist!" Condition =" !Exists($(CISignRepo))" />
16
14
</Target >
17
15
18
- <Import Project =" $(SigningToolsPath)\Microsoft.WindowsAzure.Build.OnPremise.msbuild" />
19
- <UsingTask TaskName =" ESRPSignTask" AssemblyFile =" $(CISignRepoPath)\tools\sdkbuildtools\tasks\MS.Az.Sdk.OnPremise.Build.Tasks.dll" />
16
+ <UsingTask TaskName =" ESRPSignTask" AssemblyFile =" $(CISignRepo)\tools\sdkbuildtools\tasks\MS.Az.Sdk.OnPremise.Build.Tasks.dll" />
20
17
21
18
<Target Name =" net452" >
22
19
<Message Importance =" high" Text =" Sign: net452 started" />
You can’t perform that action at this time.
0 commit comments