Skip to content

Commit

Permalink
Fixed packageloadtest
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Mar 22, 2019
1 parent 7651841 commit 697e63b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ pr:
include:
- master

pool:
name: 'Local'

variables:
BuildPlatform: 'Any CPU'
BuildConfiguration: 'Release'

jobs:
- job: Build
pool:
Expand Down
1 change: 0 additions & 1 deletion test/BuildVision.IntegrationTests/PackageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public void PackageLoad_Should_Succeed()
[VsixFact(VisualStudioVersion.Current, RootSuffix = "Exp", RunOnUIThread = true)]
public void ClickOnBuildVisionMenuItem_Should_ShowBuildVision()
{
Assert.True(false);
var toolwndCommandId = new CommandID(PackageGuids.GuidBuildVisionCmdSet, (int) PackageIds.CmdIdBuildVisionToolWindow);
ExecuteCommand(toolwndCommandId);
Assert.True(CanFindToolwindow(PackageGuids.GuidBuildVisionToolWindow));
Expand Down

0 comments on commit 697e63b

Please sign in to comment.