This file contains hidden or 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
Function PrepareSourceForGithub { | |
Param( | |
[string]$tfsUrl, | |
[string]$tfsCollection = 'defaultcollection', | |
[string]$folderPath, | |
[string]$newRepoName | |
) | |
$sourceZip = "source.zip" | |
$sourceZipUrl = "http://$tfsUrl/$tfsCollection/_apis/tfvc/items?path=$folderPath&api-version=1.0" | |
Write-Host "Please provide you TFS credentials:" |
This file contains hidden or 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
$acl = Get-Acl $sitePath | |
$permission = "$userDomain\$username","FullControl",$inherit,$propagation,"Allow" | |
$accessRule = New-Object System.Security.AccessControl.FileSystemAccessRule ($permission) | |
$acl.AddAccessRule($accessRule) | |
$acl | Set-Acl $sitePath |
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8" ?> | |
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<AutoDeployOnVSBuild>true</AutoDeployOnVSBuild> | |
<!--<AutoDeployOnVSBuild>false</AutoDeployOnVSBuild>--> | |
<AutoDeployPublishProfileName>LocalFile</AutoDeployPublishProfileName> | |
</PropertyGroup> | |
<Target Name="AfterBuild"> | |
<MSBuild | |
Condition="'$(AutoDeployOnVSBuild)'=='true' AND '$(DeployOnBuild)'!='true'" |
This file contains hidden or 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
--- | |
driver: | |
name: hyperv | |
vm_switch: DefaultExternalSwitch | |
parent_vhd_folder: D:\VirtualMachines | |
parent_vhd_name: NanoDSC_2017.03.19.vhd | |
username: administrator | |
password: admin777! | |
memory_startup_bytes: 1073741824 |
This file contains hidden or 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
D, [2017-03-22T06:04:10.979811 #16824] DEBUG -- acme-win-webdefault-nano: Berksfile found at D:/Github/TDDwithChefDSCPester/cookbooks/acme_win_web/Berksfile, loading Berkshelf | |
D, [2017-03-22T06:04:12.430329 #16824] DEBUG -- acme-win-webdefault-nano: Berkshelf 5.6.4 library loaded | |
D, [2017-03-22T06:04:12.431462 #16824] DEBUG -- acme-win-webdefault-nano: winrm requested, loading winrm gem (["~> 2.0"]) | |
D, [2017-03-22T06:04:12.727548 #16824] DEBUG -- acme-win-webdefault-nano: winrm is loaded. | |
D, [2017-03-22T06:04:12.728548 #16824] DEBUG -- acme-win-webdefault-nano: winrm-fs requested, loading winrm-fs gem (["~> 1.0"]) | |
D, [2017-03-22T06:04:12.885544 #16824] DEBUG -- acme-win-webdefault-nano: winrm-fs is loaded. | |
I, [2017-03-22T06:04:12.888568 #16824] INFO -- acme-win-webdefault-nano: -----> Verifying <acme-win-webdefault-nano>... | |
I, [2017-03-22T06:04:12.892050 #16824] INFO -- acme-win-webdefault-nano: Preparing files for transfer | |
D, [2017-03-22T06:04:12.893021 #16824] DEBUG -- acme-win-webdefault-nano: Creating l |
This file contains hidden or 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
Param( | |
[Parameter(Mandatory = $true, Position = 0)] [string] $configName, | |
[Parameter(Mandatory = $true, Position = 1)] [string] $TFSUri, | |
[Parameter(Mandatory = $true, Position = 2)] [string] $environmentName, | |
[Parameter(Mandatory = $true, Position = 3)] [string] $username, | |
[Parameter(Mandatory = $true, Position = 4)] [string] $password, | |
[Parameter(Mandatory = $false, Position = 5)] [bool] $defaultStopWebsiteForDeployment = $true, | |
[Parameter(Mandatory = $false, Position = 6)] [int] $defaultStopWebsiteForDeploymentWaitSeconds = 22 | |
) |
This file contains hidden or 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
System.ComponentModel.Composition.ImportCardinalityMismatchException: No exports were found that match the constraint: | |
ContractName VisualStudioWorkspace | |
RequiredTypeIdentity Microsoft.CodeAnalysis.Workspace | |
at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition) | |
at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportsCore(Type type, Type metadataViewType, String contractName, ImportCardinality cardinality) | |
at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueCore[T](String contractName, ImportCardinality cardinality) | |
at Xamarin.VisualStudio.Android.MonoAndroidDesignerInterface.GetCodeModelBridge() in C:\data\lanes\3822\76037860\source\xamarinvs\src\Core\VisualStudio.Android\Designer\MonoAndroidDesignerInterface.cs:line 154 | |
at Xamarin.AndroidDesigner.DesignerProject.get_CodeModelBridge() | |
at Xamarin.AndroidDesigner.DesignerProject.<UpdateDesignerResourceIds>d__175.MoveNext( |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am rschiefer on github. | |
* I am rschiefer (https://keybase.io/rschiefer) on keybase. | |
* I have a public key whose fingerprint is 7F5B D0BE 19E5 53F2 765A 1606 5D6D 9E34 EC14 4B87 | |
To claim this, I am signing this object: |
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8" ?> | |
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<OnAfterPipelineCollectFilesPhase> | |
$(OnAfterPipelineCollectFilesPhase); | |
MSDeploySetParametersFile; | |
MSDeploySetParameters; | |
MSDeploySetParametersUpdate; | |
</OnAfterPipelineCollectFilesPhase> | |
</PropertyGroup> |
This file contains hidden or 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
d:\git-stash\Chef Infrastructure Cookbooks\nodeconfig_win2012r2_app_srv>chef ver | |
ify tk-policyfile-provisioner --verbose | |
Running verification for component 'tk-policyfile-provisioner' | |
C:/opscode/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems/specification.rb:22 | |
85:in `raise_if_conflicts': Unable to activate chef-provisioning-1.7.0, because | |
mixlib-install-0.7.1 conflicts with mixlib-install (~> 1.0) (Gem::ConflictError) |