Skip to content

Instantly share code, notes, and snippets.

View ermshiperete's full-sized avatar

Eberhard Beilharz ermshiperete

View GitHub Profile
@ermshiperete
ermshiperete / .gitignore
Last active December 11, 2019 09:04
ConsoleApplication3
.vs/
bin/
obj/
Debug/
Release/
*.user
*.ilk
*.pdb
@ermshiperete
ermshiperete / .gitattributes
Last active December 9, 2019 15:19
ConsoleApplication2
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
@ermshiperete
ermshiperete / .gitignore
Last active December 9, 2019 09:59
ConsoleApplication1
.vs/
bin/
obj/
Debug/
Release/
*.user
@ermshiperete
ermshiperete / gist:18bd905ca9155f3052dca0864a85d0da
Created September 7, 2018 15:50
Crash with GitVersionTask 4.0.0-pullrequest1470-1617
Microsoft (R) Build Engine version 15.6.0.0 ( Thu May 10 14:00:26 UTC 2018) for Mono
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 9/7/2018 5:43:02 PM.
Project "$HOME/GitVersion4Pre14/GitVersion4Pre14.sln" on node 1 (Restore target(s)).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
Project "$HOME/GitVersion4Pre14/GitVersion4Pre14.sln" (1) is building "$HOME/GitVersion4Pre14/ClassLibrary1/ClassLibrary1.csproj" (2) on node 1 (Restore target(s)).
Restore:
Committing restore...
@ermshiperete
ermshiperete / Command line-ok
Created August 27, 2018 10:08
GitVersion Issue 1458 build results
C:\tmp\GitVersionIssue1458>msbuild /t:Restore;Build GitVersionIssue1458.sln
msbuild /t:Restore;Build GitVersionIssue1458.sln
Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 2018-08-27 12:05:32.
Project "C:\tmp\GitVersionIssue1458\GitVersionIssue1458.sln" on node 1 (Restore;Build target(s)).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
@ermshiperete
ermshiperete / .gitignore
Last active September 10, 2018 09:08
GitVersion Issue 1458
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
@ermshiperete
ermshiperete / createshadow.cmd
Created June 18, 2018 17:41
Windows Shadow Copy scripts
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\x64\vsstools\vshadow" -script=c:\backup\shadow.cmd -p c: d:
call c:\backup\shadow.cmd
mkdir c:\backup\c
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\x64\vsstools\vshadow" -el=%SHADOW_ID_1%,c:\backup\c
mkdir c:\backup\d
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\x64\vsstools\vshadow" -el=%SHADOW_ID_2%,c:\backup\d
@ermshiperete
ermshiperete / .gitignore
Last active April 19, 2018 15:34
Angular and TS problem
node_modules/
*.js
*.js.map
@ermshiperete
ermshiperete / .gitignore
Last active January 16, 2018 12:06
Nuget pack NotImplementedException repro
bin/
obj/
.idea/