File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
<!-- Build stabilization properties as passed in by ProdCon. -->
31
31
<PropertyGroup >
32
32
<UseStableVersions Condition =" '$(UseStableVersions)' == ''" >false</UseStableVersions >
33
- <VersionStamp Condition =" '$(VersionStamp)' == ''" >preview </VersionStamp >
33
+ <VersionStamp Condition =" '$(VersionStamp)' == ''" >preview1 </VersionStamp >
34
34
</PropertyGroup >
35
35
36
36
<ItemGroup >
Original file line number Diff line number Diff line change 23
23
24
24
<PackagesOutput >$(ProjectDirectory)/bin/packages/$(Configuration)</PackagesOutput >
25
25
<CleanCommand >$(ProjectDirectory)/clean$(ShellExtension)</CleanCommand >
26
- <OfficialBuildId >20181014-02 </OfficialBuildId >
26
+ <OfficialBuildId >20181023-03 </OfficialBuildId >
27
27
</PropertyGroup >
28
28
29
29
<ItemGroup >
You can’t perform that action at this time.
0 commit comments