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 21:05:15 +0300
committerGitHub <noreply@github.com>2022-10-11 21:05:15 +0300
commit07ae1c51452adb2febe654e74f717325ef416e8e (patch)
tree224fe2dbfcc20b11a71c5a7f4d5096a522e0a338
parent8665503c0f69feca059861d6986d1cdb730ef182 (diff)
Source build fix in linux (#41)
Add some files to run SourceBuild in linux **DISABLE_SECRET_SCANNING**
-rw-r--r--eng/SourceBuild.props8
-rw-r--r--eng/SourceBuildPrebuiltBaseline.xml5
-rwxr-xr-x[-rw-r--r--]eng/common/dotnet-install.sh0
3 files changed, 13 insertions, 0 deletions
diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props
new file mode 100644
index 0000000..b363879
--- /dev/null
+++ b/eng/SourceBuild.props
@@ -0,0 +1,8 @@
+<Project>
+
+ <PropertyGroup>
+ <GitHubRepositoryName>cecil</GitHubRepositoryName>
+ <SourceBuildManagedOnly>true</SourceBuildManagedOnly>
+ </PropertyGroup>
+
+</Project>
diff --git a/eng/SourceBuildPrebuiltBaseline.xml b/eng/SourceBuildPrebuiltBaseline.xml
new file mode 100644
index 0000000..c1b6dfb
--- /dev/null
+++ b/eng/SourceBuildPrebuiltBaseline.xml
@@ -0,0 +1,5 @@
+<UsageData>
+ <IgnorePatterns>
+ <UsagePattern IdentityGlob="*/*" />
+ </IgnorePatterns>
+</UsageData>
diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh
index abd045a..abd045a 100644..100755
--- a/eng/common/dotnet-install.sh
+++ b/eng/common/dotnet-install.sh