Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Commit 8920145

Browse files
author
Nate McMaster
committed
Fix build versions on CI
1 parent ca13411 commit 8920145

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

makefile.shade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ default BUILD_DIR_LOCAL='${Path.Combine(BASE_DIR_LOCAL, "artifacts", "build")}'
66
var VERSION='0.1'
77
var FULL_VERSION='0.1'
88
var AUTHORS='Microsoft Open Technologies, Inc.'
9+
-BuildQuality = "";
910

1011
use-standard-lifecycle
1112
k-standard-goals

src/Microsoft.AspNetCore.Server.IISIntegration/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0-preview1-*",
33
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",

0 commit comments

Comments
 (0)