File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
# **/*Tests*.csproj
36
36
37
37
# 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)
39
39
displayName : ' DotNet Pack'
40
40
41
41
- task : NuGetCommand@2
Original file line number Diff line number Diff line change 32
32
projects : |
33
33
**/*Tests*.csproj
34
34
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)
36
36
displayName : ' DotNet Pack'
37
37
38
38
- task : NuGetCommand@2
You can’t perform that action at this time.
0 commit comments