We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee7c00 commit 0152c6dCopy full SHA for 0152c6d
2 files changed
azure-pipelines.yml
@@ -107,7 +107,7 @@ steps:
107
command: build
108
repository: 'launcher-automation-csharp'
109
dockerfile: '$(Build.SourcesDirectory)/code-examples-csharp-private/Dockerfile'
110
- buildContext: '$(Build.SourcesDirectory)/code-examples-csharp-private '
+ buildContext: '$(Build.SourcesDirectory)/code-examples-csharp-private'
111
tags: |
112
latest
113
launcher-csharp/Views/Home/Index.cshtml
@@ -30,7 +30,6 @@
30
<input type="text" class="form-control" id="code_example_search" placeholder="Search for code example">
31
</div>
32
33
-
34
<div id="api_json_data" class="hidden">@ViewBag.APIData</div>
35
<div id="cfr11_data" class="hidden">@ViewBag.CFRPart11</div>
36
0 commit comments