Skip to content

Commit

Permalink
Cleanup repo root (#1884)
Browse files Browse the repository at this point in the history
Cleaning up repo root folder:
- `build.sh` and `build.cmd` move to the `dotnet/` folder, since they're
only responsible for building the dotnet SDK
- Remove `compliance.yml` -- this is an Azure DevOps pipeline definition
and need not be implemented here in the GitHub repo

---------

Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
  • Loading branch information
shawncal and dmytrostruk committed Jul 7, 2023
1 parent 7dfa227 commit 377ca63
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 61 deletions.
61 changes: 0 additions & 61 deletions compliance.yml

This file was deleted.

File renamed without changes.
0 build.sh → dotnet/build.sh
100755 → 100644
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions samples/apps/copilot-chat-app/webapi/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>

<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>

<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>

</configuration>
15 changes: 15 additions & 0 deletions samples/dotnet/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>

<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>

<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>

</configuration>

0 comments on commit 377ca63

Please sign in to comment.