Skip to content

Conversation

@markcowl
Copy link
Member

@markcowl markcowl commented Dec 20, 2018

Description

Checklist

@markcowl
Copy link
Member Author

CodeSign.targets Outdated
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<UsingTask TaskName="ESRPSignTask" AssemblyFile="$(CISignRepoPath)\tools\sdkbuildtools\tasks\MS.Az.Sdk.OnPremise.Build.Tasks.dll" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason this file is using tabs instead of spaces?


Write-Output "Under the'$Path' folder"

"Signed","Unsigned" | ForEach-Object {
Copy link
Contributor

@MiYanni MiYanni Dec 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this script is basically just removing 2 consistently-named folders, please do this instead in the build.proj:

<Exec Command="$(PowerShellCoreCommandPrefix) &quot;Get-ChildItem -Path $(ArtifactsDirectory) -Recurse -Include 'Signed','Unsigned' | Remove-Item -Recurse -Force -Confirm:$false -ErrorAction Ignore&quot;" ContinueOnError="WarnAndContinue" IgnoreExitCode="true" />

Then, we don't need to maintain yet another script.

@markcowl markcowl dismissed MiYanni’s stale review December 20, 2018 23:01

need to move to ESRP ASAP, please file issues or fix later

@vladimir-shcherbakov
Copy link
Contributor

@markcowl
Copy link
Member Author

@markcowl markcowl merged commit a000f25 into Azure:master Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants