diff --git a/compliance.yml b/.github/azure_devops/compliance.yml similarity index 100% rename from compliance.yml rename to .github/azure_devops/compliance.yml diff --git a/build.cmd b/dotnet/build.cmd similarity index 100% rename from build.cmd rename to dotnet/build.cmd diff --git a/build.sh b/dotnet/build.sh old mode 100755 new mode 100644 similarity index 100% rename from build.sh rename to dotnet/build.sh diff --git a/nuget.config b/dotnet/nuget.config similarity index 100% rename from nuget.config rename to dotnet/nuget.config diff --git a/samples/apps/copilot-chat-app/webapi/nuget.config b/samples/apps/copilot-chat-app/webapi/nuget.config new file mode 100644 index 000000000000..7159fcd04c36 --- /dev/null +++ b/samples/apps/copilot-chat-app/webapi/nuget.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/samples/dotnet/nuget.config b/samples/dotnet/nuget.config new file mode 100644 index 000000000000..7159fcd04c36 --- /dev/null +++ b/samples/dotnet/nuget.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + +