Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 21, 2020
1 parent 715b1fd commit 5a20413
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,9 @@ stages:
displayName: 'NuGet Pack Symbols'
inputs:
command: custom
arguments: pack -p:SymbolPackageFormat=snupkg
packagesToPack: $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.nuspec
basePath: $(Agent.TempDirectory)\package\out
arguments: nuget pack $(Agent.TempDirectory)\package\out\Microsoft.Z3.x64.nuspec -SymbolPackageFormat snupkg -BasePath $(Agent.TempDirectory)\package\out
packDestination: $(Build.ArtifactStagingDirectory)
verbosityPack: detailed
includeSymbols: true

- job: Python
displayName: "Python packaging"
Expand Down

0 comments on commit 5a20413

Please sign in to comment.