Skip to content

Commit

Permalink
Merge pull request #1 from microsoft/repoInit
Browse files Browse the repository at this point in the history
Repo initialization.
  • Loading branch information
jimmyca15 authored Jul 2, 2019
2 parents 2043381 + f657713 commit 08647c2
Show file tree
Hide file tree
Showing 128 changed files with 27,363 additions and 67 deletions.
156 changes: 90 additions & 66 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,90 @@
# Build generated files in src
/src/**/objd/**/*
/src/**/obj/**/*
/src/**/bin/**/*
/src/**/gen/**/*
/src/**/*.nuspec
/src/**/StyleCop.Cache
/src/**/[Ll]ogs/**/stdout.txt
/src/**/[Ll]ogs/**/stderr.txt

# MSBuild's log file
msbuild.log

###
Secret Disclosure Risks
From: AzSec@microsoft.com
###

# *.pfx
*.[Pp][Ff][Xx]

# *.key
*.[Kk][Ee][Yy]

# *.sst
*.[Ss][Ss][Tt]

# *.p12
*.[Pp]12

# *.pvk
*.[Pp][Vv][Kk]

# wdsconfig.xml
[Ww][Dd][Ss][Cc][Oo][Nn][Ff][Ii][Gg].[Xx][Mm][Ll]

# wdsdeploy.xml
[Ww][Dd][Ss][Dd][Ee][Pp][Ll][Oo][Yy].[Xx][Mm][Ll]

# accounts.xml
[Aa][Cc][Cc][Oo][Uu][Nn][Tt][Ss].[Xx][Mm][Ll]

# deploymentsecrets.xml
[Dd][Ee][Pp][Ll][Oo][Yy][Mm][Ee][Nn][Tt][Ss][Ee][Cc][Rr][Ee][Tt][Ss].[Xx][Mm][Ll]
[Ss][Yy][Ss][Pp][Rr][Ee][Pp].[Ii][Nn][Ff]

# Unix tools, Vim/Emacs included
*~
*.swp

# Office
~$*

###

# Repository Bloat Risks
*.7[Zz]
*.[Bb][Ii][Nn]
*.[Cc][Aa][Bb]
*.[Dd][Ll][Ll]
*.[Dd][Mm][Pp]
*.[Ee][Tt][Ll]
*.[Ee][Xx][Ee]
*.[Gg][Zz]
*.[Ll][Ii][Bb]
*.[Mm][Ss][Ii]
*.[Mm][Ss][Uu]
*.[Nn][Uu][Pp][Kk][Gg]
*.[Pp][Dd][Bb]
*.[Rr][Aa][Rr]
*.[Ss][Oo]
*.[Vv][Hh][Dd]
*.[Ww][Ii][Mm]
*.[Zz][Ii][Pp]

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
## Retrieved on 2017/01/04 - hash 4f1b03c640ad89096e303423b30ffa09f7e68f2f

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
*.vcxproj.filters

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand All @@ -24,14 +101,11 @@ bld/
[Oo]bj/
[Ll]og/

# Visual Studio 2015/2017 cache/options directory
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# Visual Studio 2017 auto generated files
Generated\ Files/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
Expand All @@ -45,29 +119,20 @@ TestResult.xml
[Rr]eleasePS/
dlldata.c

# Benchmark Results
BenchmarkDotNet.Artifacts/

# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json

# StyleCop
StyleCopReport.xml

# Files built by Visual Studio
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
Expand Down Expand Up @@ -105,9 +170,6 @@ ipch/
*.vspx
*.sap

# Visual Studio Trace Files
*.e2e

# TFS 2012 Local Workspace
$tf/

Expand All @@ -128,10 +190,6 @@ _TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover

# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json

# Visual Studio code coverage results
*.coverage
*.coveragexml
Expand All @@ -148,9 +206,6 @@ AutoTest.Net/
# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
Expand All @@ -167,7 +222,7 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
Expand All @@ -180,12 +235,12 @@ PublishScripts/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
**/packages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

Expand All @@ -202,7 +257,6 @@ AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx

# Visual Studio cache files
# files ending in .cache can be ignored
Expand All @@ -219,12 +273,9 @@ ClientBin/
*.jfm
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
Expand All @@ -239,19 +290,15 @@ _UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak

# SQL Server files
*.mdf
*.ldf
*.ndf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser

# Microsoft Fakes
FakesAssemblies/
Expand All @@ -261,7 +308,6 @@ FakesAssemblies/

# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/

# Visual Studio 6 build log
*.plg
Expand Down Expand Up @@ -298,33 +344,11 @@ paket-files/
__pycache__/
*.pyc

# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config

# Tabs Studio
*.tss

# Telerik's JustMock configuration file
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs

# OpenCover UI analysis results
OpenCover/

# Azure Stream Analytics local run output
ASALocalRun/

# MSBuild Binary and Structured Log
*.binlog
# Build Output
/out/
/buildlogs/
/buildtools/

# NVidia Nsight GPU debugger configuration file
*.nvuser
# Secrets file
appsettings.Secrets.json

# MFractors (Xamarin productivity tool) working folder
.mfractor/
2 changes: 2 additions & 0 deletions .pipelines/pipeline.user.windows.official.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
signing_options:
profile: 'external_distribution ' # These binaries are released through NuGet
45 changes: 45 additions & 0 deletions .pipelines/pipeline.user.windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
environment:
host:
os: windows
runtime:
provider: appcontainer
image: microsoft/dotnet:2.1-sdk

restore:
commands:
- !!defaultcommand
name: 'Restore'
command: 'build.cmd'
arguments: 'RestoreOnly'

build:
commands:
- !!buildcommand
name: 'Dotnet Build'
command: 'build.cmd'
logs:
- from: 'buildlogs'
to: 'Build Logs'
include:
- '**/*'
artifacts:
- from: 'src'
to: 'Binaries'
include:
- '*/bin/BuildOutput/**/*'

package:
commands:
- !!buildcommand
name: 'Dotnet Pack'
command: 'pack.cmd'
logs:
- from: 'buildlogs'
to: 'Build Logs'
include:
- '**/*'
artifacts:
- from: 'src'
to: 'Packages'
include:
- '*/bin/PackageOutput/**/*.nupkg'
24 changes: 24 additions & 0 deletions .pipelines/pipeline.user.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version:
major: 1
minor: 0
system: buildrevision
name: 'microsoft-extensions-featuremanagemnt'

static_analysis_options:
binskim_options:
files_to_scan:
- exclude:
# No need to analyze test/example binaries
- 'examples/**/*.*'
- 'tests/**/*.*'
moderncop_options:
files_to_scan:
- exclude:
- 'examples/**/*.*'
- 'tests/**/*.*'

package_sources:
nuget:
config_files:
- include:
- "NuGet.Config"
Loading

0 comments on commit 08647c2

Please sign in to comment.