Skip to content

Commit aa2711b

Browse files
committed
Alsu suppress RepositoryAPI NuGet package creation which requires the .NET Core solution to build.
1 parent 88b570f commit aa2711b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080
pathToPublish: 'bin\release\CodeGen_$(currentVersion).msi'
8181
artifactName: 'CodeGen-Installer'
8282

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'
8686

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'

0 commit comments

Comments
 (0)