forked from microsoft/ebpf-for-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 10330: 1809 builds - no haskell, rust on windows
Builds on Windows 1809 containers that limit network connectivity to Restore stage. Add install scripts for Java, Maven, Perl, Ruby. Build C#, Go, Java, Maven, Perl, Python, Ruby. Windows builds include: C# (msbuild, dotnet cli, VS2017, VS2019), Go, Java, Maven, Node, Perl, Python 3, Ruby, and an Azure DevOps extension. Remove mention of Haskell and Rust from Windows.
- Loading branch information
1 parent
dd3bd19
commit 7af54ad
Showing
41 changed files
with
3,007 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.sh text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
|
||
# Most of the below is the result of Visual Studio, gradle and VSTest. | ||
/**/[Tt]arget/** | ||
/**/[Bb]in/** | ||
/**/[Oo]bj/** | ||
/**/[Oo]utput/** | ||
/**/[Tt]est[Rr]esults/** | ||
/**/[Pp]kg/** | ||
/**/[Pp]ackages/** | ||
/**/[Bb]uild/** | ||
/**/.[Gg]radle/** | ||
/**/[Rr]elease/** | ||
/**/[Dd]ebug/** | ||
/**/[Tt]arget/** | ||
|
||
# All kinds of output and temporary files that should not be checked in. | ||
/**/*.exe | ||
/**/*.dll | ||
/**/*.o | ||
/**/*.hi | ||
/**/*.class | ||
/**/*.jar | ||
/**/*.war | ||
/**/*.beam | ||
/**/*.trx | ||
/**/*.log | ||
/**/.vs/ | ||
/**/*.bak | ||
/**/*.suo | ||
/**/*.user | ||
/**/*.db | ||
/**/*.metaproj | ||
/**/*.metaproj.tmp | ||
/**/*.lock.json | ||
/**/*.nupkg | ||
/**/HelloWorld | ||
|
||
# Generated version files. | ||
.version/**/* | ||
/**/*/PipelineAssemblyInfo.cs | ||
|
||
# Visual Studio junk. | ||
**/.vs/**/* | ||
/**/*/__pycache__/**/* | ||
|
||
# Pipeline generated junk. | ||
pipeline.log | ||
endortemp/ | ||
artifacts/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.