Skip to content

Commit f7c2af4

Browse files
committed
updated .gitignore, added explanation for why ArchiveAddition.EntryName is not necessarily equal to FileSystemInfo.Name
1 parent 8373aca commit f7c2af4

File tree

3 files changed

+89
-363
lines changed

3 files changed

+89
-363
lines changed

.azdevops/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ stages:
3535
includePreviewVersions: true
3636

3737
- pwsh: |
38-
& "$(Build.SourcesDirectory)\SimpleBuild.ps1"
38+
& "$(Build.SourcesDirectory)\Build.ps1"
3939
displayName: Build Microsoft.PowerShell.Archive module
4040
4141
- task: CopyFiles@2
@@ -45,8 +45,6 @@ stages:
4545
contents: '**'
4646
targetFolder: '$(Build.ArtifactStagingDirectory)/Microsoft.PowerShell.Archive'
4747

48-
- pwsh: |
49-
dir "$(Build.ArtifactStagingDirectory)/*" -Recurse
5048
- publish: '$(Build.ArtifactStagingDirectory)/Microsoft.PowerShell.Archive'
5149
displayName: 'Publish module build'
5250
artifact: ModuleBuild

0 commit comments

Comments
 (0)