We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8373aca commit f7c2af4Copy full SHA for f7c2af4
.azdevops/CI.yml
@@ -35,7 +35,7 @@ stages:
35
includePreviewVersions: true
36
37
- pwsh: |
38
- & "$(Build.SourcesDirectory)\SimpleBuild.ps1"
+ & "$(Build.SourcesDirectory)\Build.ps1"
39
displayName: Build Microsoft.PowerShell.Archive module
40
41
- task: CopyFiles@2
@@ -45,8 +45,6 @@ stages:
45
contents: '**'
46
targetFolder: '$(Build.ArtifactStagingDirectory)/Microsoft.PowerShell.Archive'
47
48
- - pwsh: |
49
- dir "$(Build.ArtifactStagingDirectory)/*" -Recurse
50
- publish: '$(Build.ArtifactStagingDirectory)/Microsoft.PowerShell.Archive'
51
displayName: 'Publish module build'
52
artifact: ModuleBuild
0 commit comments