Skip to content

Commit

Permalink
Update nightly nuget service connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jfleisher committed Mar 23, 2022
1 parent 8273a20 commit 7bf2df1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variables:
Major: '4'
Minor: '8'
Patch: '16'
NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)-$(Build.DefinitionName)
NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildNumber)-$(Build.DefinitionName)
MacFlags: 'CXXFLAGS="-arch arm64 -arch x86_64" LINK_EXTRA_FLAGS="-arch arm64 -arch x86_64" SLINK_EXTRA_FLAGS="-arch arm64 -arch x86_64" FPMATH_ENABLED=False'

stages:
Expand Down Expand Up @@ -471,6 +471,7 @@ stages:
steps:
- task: NuGetAuthenticate@0
displayName: 'NuGet Authenticate'
inputs: 'Z3-nightly public nuget feed'
- task: NuGetToolInstaller@0
inputs:
versionSpec: 5.x
Expand Down

0 comments on commit 7bf2df1

Please sign in to comment.