Get tests and skeleton build tasks building
This commit is contained in:
parent
8d2eff7884
commit
914f465b30
17 changed files with 202 additions and 1933 deletions
|
@ -36,7 +36,7 @@ namespace EndToEnd
|
|||
ItDoesNotRollForwardToTheLatestVersion(GivenSelfContainedAppsRollForward.AspNetCoreAllPackageName, minorVersion);
|
||||
}
|
||||
|
||||
public void ItDoesNotRollForwardToTheLatestVersion(string packageName, string minorVersion)
|
||||
internal void ItDoesNotRollForwardToTheLatestVersion(string packageName, string minorVersion)
|
||||
{
|
||||
var _testInstance = TestAssets.Get("TestAppSimple")
|
||||
.CreateInstance(identifier: packageName + "_" + minorVersion)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue