|  |  | @ -17,7 +17,7 @@ if (-Not $Registry) { | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | $UpdateNgPacksCommand = "yarn update-version $Version" |  |  |  | $UpdateNgPacksCommand = "yarn update-version $Version" | 
			
		
	
		
		
			
				
					
					|  |  |  | $NgPacksPublishCommand = "npm run publish-packages -- --nextVersion $Version --skipGit --registry $Registry --skipVersionValidation" |  |  |  | $NgPacksPublishCommand = "npm run publish-packages -- --nextVersion $Version --skipGit --registry $Registry --skipVersionValidation" | 
			
		
	
		
		
			
				
					
					|  |  |  | #$UpdateGulpCommand = "yarn update-gulp --registry $Registry" |  |  |  | $UpdateGulpCommand = "yarn update-gulp --registry $Registry" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | $IsPrerelease = $(node publish-utils.js --prerelease --customVersion $Version) -eq "true"; |  |  |  | $IsPrerelease = $(node publish-utils.js --prerelease --customVersion $Version) -eq "true"; | 
			
		
	
	
		
		
			
				
					|  |  | @ -36,9 +36,9 @@ $commands = ( | 
			
		
	
		
		
			
				
					
					|  |  |  |   $NgPacksPublishCommand, |  |  |  |   $NgPacksPublishCommand, | 
			
		
	
		
		
			
				
					
					|  |  |  |   "cd ../../", |  |  |  |   "cd ../../", | 
			
		
	
		
		
			
				
					
					|  |  |  |   "cd scripts", |  |  |  |   "cd scripts", | 
			
		
	
		
		
			
				
					
					|  |  |  |   "yarn remove-lock-files" |  |  |  |   "yarn remove-lock-files", | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |   # "cd ..", |  |  |  |   "cd ..", | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |   # $UpdateGulpCommand |  |  |  |   $UpdateGulpCommand | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | ) |  |  |  | ) | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | foreach ($command in $commands) {  |  |  |  | foreach ($command in $commands) {  | 
			
		
	
	
		
		
			
				
					|  |  | 
 |