File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,12 @@ jobs:
80
80
pathToPublish : ' bin\release\CodeGen_$(currentVersion).msi'
81
81
artifactName : ' CodeGen-Installer'
82
82
83
- - script : |
84
- nuget pack RepositoryAPI.nuspec -Version $(currentVersion)
85
- displayName: 'Make RepositoryAPI package'
83
+ # - script: |
84
+ # nuget pack RepositoryAPI.nuspec -Version $(currentVersion)
85
+ # displayName: 'Make RepositoryAPI package'
86
86
87
- - task : PublishBuildArtifacts@1
88
- displayName : ' Save NuGet package as artifact'
89
- inputs :
90
- pathToPublish : ' RepositoryAPI.$(currentVersion).nupkg'
91
- artifactName : ' RepositoryAPI-Package'
87
+ # - task: PublishBuildArtifacts@1
88
+ # displayName: 'Save NuGet package as artifact'
89
+ # inputs:
90
+ # pathToPublish: 'RepositoryAPI.$(currentVersion).nupkg'
91
+ # artifactName: 'RepositoryAPI-Package'
You can’t perform that action at this time.
0 commit comments