Skip to content

Commit

Permalink
disabled azure devops tests - resources are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan G authored and Ivan Gavryliuk committed Jan 16, 2020
1 parent 2142ef3 commit 9c87ae7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Config.Net.Tests/Virtual/VirtualStoreTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,15 @@ protected override IConfigStore CreateStore()
}
}*/

#if DEBUG
public class AzureDevOpsVariableSetConfigStoreTest : VirtualStoreTest
{
protected override IConfigStore CreateStore()
{
return new AzureDevOpsVariableSetConfigStore(creds.AzDevOpsOrg, creds.AzDevOpsProject, creds.AzDevOpsPat, creds.AzDeOpsVarId);
}
}
#endif

#endregion
#endregion
}

0 comments on commit 9c87ae7

Please sign in to comment.