Skip to content

Commit

Permalink
Moving web.yaml into Web/2015-08-01/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schulte committed May 31, 2016
1 parent 9ade282 commit 242834c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static void Web()
public static void WebYaml()
{
// same test as Web(), but converted to YAML
RunSwaggerTest("web.yaml", "Web");
RunSwaggerTest("Web", "2015-08-01", "web.yaml");
}

private static void RunSwaggerTest(string resourceType, string apiVersion, string swaggerFileName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<Content Include="Swagger\DataLakeStore\2015-10-01-preview\account.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Swagger\web.yaml">
<Content Include="Swagger\Web\2015-08-01\web.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down

0 comments on commit 242834c

Please sign in to comment.