Skip to content

Commit

Permalink
Fixed build script again.
Browse files Browse the repository at this point in the history
  • Loading branch information
babelshift committed Jul 2, 2017
1 parent 5cb4ddb commit 4a816a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build_script:
$mainProjectXml = [xml](get-content $mainProjectFile)
$contractsProjectXml = [xml](get-content $$contractsProjectFile)
$contractsProjectXml = [xml](get-content $contractsProjectFile)
$propertyGroup = $mainProjectXml.Project.PropertyGroup | Where { $_.PackageVersion}
Expand Down

0 comments on commit 4a816a7

Please sign in to comment.