Skip to content

Commit 7be9a50

Browse files
authored
Adjusted the pipelines to publish the correct project. (#1)
1 parent 606e125 commit 7be9a50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pipeline-publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
# **/*Tests*.csproj
3636

3737
# DotNet Pack needs to be run from a script in order to use --version-suffix
38-
- script: dotnet pack $(Build.SourcesDirectory)/AmbientContexts/AmbientContexts.csproj --no-restore --configuration Release --version-suffix "preview-$(Build.BuildNumber)" -o $(Build.ArtifactStagingDirectory)
38+
- script: dotnet pack $(Build.SourcesDirectory)/DomainModeling/DomainModeling.csproj --no-restore --configuration Release --version-suffix "preview-$(Build.BuildNumber)" -o $(Build.ArtifactStagingDirectory)
3939
displayName: 'DotNet Pack'
4040

4141
- task: NuGetCommand@2

pipeline-publish-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ steps:
3232
projects: |
3333
**/*Tests*.csproj
3434
35-
- script: dotnet pack $(Build.SourcesDirectory)/AmbientContexts/AmbientContexts.csproj /WarnAsError --no-restore --configuration Release -o $(Build.ArtifactStagingDirectory)
35+
- script: dotnet pack $(Build.SourcesDirectory)/DomainModeling/DomainModeling.csproj /WarnAsError --no-restore --configuration Release -o $(Build.ArtifactStagingDirectory)
3636
displayName: 'DotNet Pack'
3737

3838
- task: NuGetCommand@2

0 commit comments

Comments
 (0)