Bug/srgen in lab builds (#109)

This isn't much of a change from the change that was backed out. The only change was a version bump of the SRGen nuget package.

* Reenabling running SRGen when running lab builds, improving failure logic, updating SRGen package

* Vbump for srgen package testing

* Final vbump of srgen package
This commit is contained in:
Benjamin Russell
2016-10-20 16:54:41 -07:00
committed by GitHub
parent fd7a2a5748
commit 989ad065dd
2 changed files with 5 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
<packages>
<package id="Cake" version="0.10.1" />
<package id="Newtonsoft.Json" version="8.0.3" />
<package id="Microsoft.DataTools.SrGen" version="1.0.1-preview" />
<package id="Microsoft.DataTools.SrGen" version="1.0.2" />
</packages>