Skip to content

Commit

Permalink
Add license headers, remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
andystaples committed Dec 18, 2024
1 parent ae30c07 commit 9a68303
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 319 deletions.
3 changes: 3 additions & 0 deletions test/DotnetIsolatedE2EApps/MainApp/HelloCities.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using Microsoft.Azure.Functions.Worker;
using Microsoft.Azure.Functions.Worker.Http;
using Microsoft.DurableTask;
Expand Down
3 changes: 3 additions & 0 deletions test/DotnetIsolatedE2EApps/MainApp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

using Microsoft.Azure.Functions.Worker;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.DependencyInjection;
Expand Down
4 changes: 4 additions & 0 deletions test/DotnetIsolatedE2ETests/start-emulators.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
#

param(
[Parameter(Mandatory=$false)]
[Switch]
Expand Down
264 changes: 0 additions & 264 deletions test/E2E/app/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions test/E2E/app/Program.cs

This file was deleted.

30 changes: 0 additions & 30 deletions test/E2E/app/app.csproj

This file was deleted.

12 changes: 0 additions & 12 deletions test/E2E/app/host.json

This file was deleted.

0 comments on commit 9a68303

Please sign in to comment.