Skip to content

Commit 93dd16f

Browse files
committed
Reset versioning
1 parent 3fb654a commit 93dd16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Versioning.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module Versioning =
146146
let ciArgs =
147147
let appVeyor = Environment.hasEnvironVar "APPVEYOR"
148148
let azDevops = Environment.hasEnvironVar "TF_BUILD"
149-
if true || azDevops then ["-r"; "true"] else []
149+
if appVeyor || azDevops then ["-r"; "true"] else []
150150
ReposTooling.PackageValidator
151151
<| [p.Package; "-v"; v; "-a"; p.AssemblyName; "-k"; officialToken] @ ciArgs
152152
|> ignore

0 commit comments

Comments
 (0)