We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8268245 commit 1a23614Copy full SHA for 1a23614
test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/EndToEndTestFixture.cs
@@ -94,7 +94,7 @@ string GetDestPath(int counter)
94
_copiedRootPath = GetDestPath(i++);
95
while (Directory.Exists(_copiedRootPath))
96
{
97
- _copiedRootPath = GetDestPath(i);
+ _copiedRootPath = GetDestPath(i++);
98
}
99
100
FileUtility.CopyDirectory(_rootPath, _copiedRootPath);
0 commit comments