Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>2022-10-11 02:29:26 +0300
committerGitHub <noreply@github.com>2022-10-11 02:29:26 +0300
commit8665503c0f69feca059861d6986d1cdb730ef182 (patch)
treecb86776c23e1fd7549b28968e3f6d001b99296d4
parent1f16572a2e34993ac39ef43993f6f9a8b3aaf65b (diff)
Remove .xml files from the .gitignore file (#40)
Add eng/Version.Details.xml Make build.sh and eng/common/build.sh read execute files
-rw-r--r--.gitignore1
-rwxr-xr-x[-rw-r--r--]build.sh0
-rw-r--r--eng/Version.Details.xml12
-rwxr-xr-x[-rw-r--r--]eng/common/build.sh0
4 files changed, 12 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e31eccc..d0e84f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,6 @@ obj
*.user
*.pidb
*.userprefs
-*.xml
*.nupkg
**/test-results/*
*Resharper*
diff --git a/build.sh b/build.sh
index 8477d5a..8477d5a 100644..100755
--- a/build.sh
+++ b/build.sh
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
new file mode 100644
index 0000000..b2559a7
--- /dev/null
+++ b/eng/Version.Details.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Dependencies>
+ <ProductDependencies>
+ </ProductDependencies>
+ <ToolsetDependencies>
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22473.1">
+ <Uri>https://github.com/dotnet/arcade</Uri>
+ <Sha>ba4d2568dd2e3e7538feeaba60215f7bcb99e89c</Sha>
+ <SourceBuild RepoName="arcade" ManagedOnly="true" />
+ </Dependency>
+ </ToolsetDependencies>
+</Dependencies>
diff --git a/eng/common/build.sh b/eng/common/build.sh
index 50af40c..50af40c 100644..100755
--- a/eng/common/build.sh
+++ b/eng/common/build.sh