Restructure solution layout by module
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Docs CI / lint-and-preview (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Docs CI / lint-and-preview (push) Has been cancelled
				
			This commit is contained in:
		| @@ -1,11 +1,11 @@ | ||||
| #!/usr/bin/env bash | ||||
| set -euo pipefail | ||||
|  | ||||
| REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd)" | ||||
| OUTPUT_DIR="${1:-$REPO_ROOT/docs/schemas}" | ||||
|  | ||||
| pushd "$REPO_ROOT" > /dev/null | ||||
|  | ||||
| dotnet run --project tools/PolicySchemaExporter -- "$OUTPUT_DIR" | ||||
|  | ||||
| popd > /dev/null | ||||
| #!/usr/bin/env bash | ||||
| set -euo pipefail | ||||
|  | ||||
| REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd)" | ||||
| OUTPUT_DIR="${1:-$REPO_ROOT/docs/schemas}" | ||||
|  | ||||
| pushd "$REPO_ROOT" > /dev/null | ||||
|  | ||||
| dotnet run --project tools/PolicySchemaExporter -- "$OUTPUT_DIR" | ||||
|  | ||||
| popd > /dev/null | ||||
|   | ||||
		Reference in New Issue
	
	Block a user