Skip to content

Commit 3b6d995

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Updated version to test module publishing
1 parent 1f40b0f commit 3b6d995

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,20 +116,20 @@ extends:
116116
deploy:
117117
steps:
118118
- checkout: self
119-
# - task: DownloadPipelineArtifact@2
120-
# displayName: 'Download Build Artifacts'
121-
# inputs:
122-
# buildType: 'specific'
123-
# project: 'Graph Developer Experiences'
124-
# definition: 'PowerShell V2 Build'
125-
# buildVersionToDownload: 'latest'
126-
# targetPath: '$(System.DefaultWorkingDirectory)'
119+
- task: DownloadPipelineArtifact@2
120+
displayName: 'Download Build Artifacts'
121+
inputs:
122+
buildType: 'specific'
123+
project: 'Graph Developer Experiences'
124+
definition: 'PowerShell V2 Build'
125+
buildVersionToDownload: 'latest'
126+
targetPath: '$(System.DefaultWorkingDirectory)'
127127
- task: 1ES.PublishNuget@1
128128
displayName: 'Publish NuGet to feed'
129129
inputs:
130130
useDotNetTask: false
131-
packageParentPath: '$(Build.ArtifactStagingDirectory)'
132-
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/Microsoft.Graph.*.nupkg'
131+
packageParentPath: '$(System.DefaultWorkingDirectory)'
132+
packagesToPush: '$(System.DefaultWorkingDirectory)/**/drop/**/*.nupkg'
133133
publishVstsFeed: ${{ parameters.InternalFeed }}
134134
nuGetFeedType: internal
135135
allowPackageConflicts: true

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.24.0"
30+
"version": "2.24.1"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.24.0"
34+
"version": "2.24.1"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.24.0"
38+
"version": "2.24.1"
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)