Skip to content

Commit

Permalink
Reset versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Jan 26, 2022
1 parent 3fb654a commit 93dd16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/Versioning.fs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module Versioning =
let ciArgs =
let appVeyor = Environment.hasEnvironVar "APPVEYOR"
let azDevops = Environment.hasEnvironVar "TF_BUILD"
if true || azDevops then ["-r"; "true"] else []
if appVeyor || azDevops then ["-r"; "true"] else []
ReposTooling.PackageValidator
<| [p.Package; "-v"; v; "-a"; p.AssemblyName; "-k"; officialToken] @ ciArgs
|> ignore
Expand Down

0 comments on commit 93dd16f

Please sign in to comment.