Skip to content

Commit 0152c6d

Browse files
committed
run ci
1 parent cee7c00 commit 0152c6d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ steps:
107107
command: build
108108
repository: 'launcher-automation-csharp'
109109
dockerfile: '$(Build.SourcesDirectory)/code-examples-csharp-private/Dockerfile'
110-
buildContext: '$(Build.SourcesDirectory)/code-examples-csharp-private '
110+
buildContext: '$(Build.SourcesDirectory)/code-examples-csharp-private'
111111
tags: |
112112
latest
113113

launcher-csharp/Views/Home/Index.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<input type="text" class="form-control" id="code_example_search" placeholder="Search for code example">
3131
</div>
3232

33-
3433
<div id="api_json_data" class="hidden">@ViewBag.APIData</div>
3534
<div id="cfr11_data" class="hidden">@ViewBag.CFRPart11</div>
3635

0 commit comments

Comments
 (0)