Skip to content

Commit

Permalink
Merged PR 10330: 1809 builds - no haskell, rust on windows
Browse files Browse the repository at this point in the history
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
RedSquirrelious committed Apr 23, 2020
1 parent dd3bd19 commit 7af54ad
Show file tree
Hide file tree
Showing 41 changed files with 3,007 additions and 307 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh text eol=lf
49 changes: 49 additions & 0 deletions .gitignore
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/
1 change: 0 additions & 1 deletion .pipelines/RS4Test.cmd

This file was deleted.

93 changes: 0 additions & 93 deletions .pipelines/WindowsServerSTX.cmd

This file was deleted.

59 changes: 0 additions & 59 deletions .pipelines/pipeline.user.windows.all_buildtype.rs4.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .pipelines/pipeline.user.windows.all_buildtype.rs5.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .pipelines/pipeline.user.windows.buddy.submodule.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .pipelines/pipeline.user.windows.buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ static_analysis_options:
exclude:
- '**/node_modules/**/*.exe'
- '**/node_modules/**/*.js'
- '**/Go/*.exe'
- '**/Haskell/*.exe'
- '**/Go/*.exe'
Loading

0 comments on commit 7af54ad

Please sign in to comment.